#BD8C3A

Color #BD8C3A Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #BD8C3A

Tints of Pizza #BD8C3A

Color information

#BD8C3A (or 0xBD8C3A) is unknown color: approx Pizza. HEX triplet: BD, 8C and 3A. RGB value is (189,140,58). Sum of RGB (Red+Green+Blue) = 189+140+58=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C3A is #4273C5. Grayscale: #919191. Windows color (decimal): -4355014 or 3837117. OLE color: 3837117.

HSL color Cylindrical-coordinate representation of color #BD8C3A: hue angle of 37.56º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD8C3A is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18914058-
CMYK00.260.690.26
HSL37.56º53.04%48.43%-
HSV(B)37.56º69.31%74.12%-
XYZ31.1329.888.13-
YUV145.378.73159.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=48.84%
G=36.18%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891405800.260.690.2637.5653.0448.43
HexBD8C3A01A451A263530
Octal2752147203210532466560
Binary1011110110001100111010011010100010111010100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C3A; }

 p { color: rgb(189,140,58); }

 H1.HeaderClassName
 {
   color: #BD8C3A;
 }
 .AnyTagClassName
 {
   color: #BD8C3A;
 }
</style>
background-color css

<style>
 a { background-color: #BD8C3A; }

 a { background-color: rgb(189,140,58); }

 div.DivClassName
 {
   background-color: #BD8C3A;
 }
 .BgClassName
 {
   background-color: #BD8C3A;
 }
</style>
border-color css

<style>
 span { border-color: #BD8C3A; }

 span { border-color: rgb(189,140,58); }

 td.TdClassName
 {
   border-color: #BD8C3A;
 }
 .TagClassName
 {
   border-color: #BD8C3A;
 }
</style>