#BD8C39

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

Shades of Pizza #BD8C39

Tints of Pizza #BD8C39

Color information

#BD8C39 (or 0xBD8C39) is unknown color: approx Pizza. HEX triplet: BD, 8C and 39. RGB value is (189,140,57). Sum of RGB (Red+Green+Blue) = 189+140+57=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C39 is #4273C6. Grayscale: #919191. Windows color (decimal): -4355015 or 3771581. OLE color: 3771581.

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

Color convert

RGB18914057-
CMYK00.260.700.26
HSL37.73º53.66%48.24%-
HSV(B)37.73º69.84%74.12%-
XYZ31.129.878-
YUV145.1978.23159.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=48.96%
G=36.27%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891405700.260.700.2637.7353.6648.24
HexBD8C3901A461A263630
Octal2752147103210632466660
Binary1011110110001100111001011010100011011010100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C39; }

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

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

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

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

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

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

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

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