#BD8C41

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

Shades of Pizza #BD8C41

Tints of Pizza #BD8C41

Color information

#BD8C41 (or 0xBD8C41) is unknown color: approx Pizza. HEX triplet: BD, 8C and 41. RGB value is (189,140,65). Sum of RGB (Red+Green+Blue) = 189+140+65=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C41 is #4273BE. Grayscale: #929292. Windows color (decimal): -4355007 or 4295869. OLE color: 4295869.

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

Color convert

RGB18914065-
CMYK00.260.660.26
HSL36.29º48.82%49.8%-
HSV(B)36.29º65.61%74.12%-
XYZ31.3229.969.13-
YUV146.182.23158.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 65 (25.78% from 255) = 16.50%
R=47.97%
G=35.53%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891406500.260.660.2636.2948.8249.8
HexBD8C4101A421A243132
Octal27521410103210232446162
Binary10111101100011001000001011010100001011010100100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C41; }

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

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

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

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

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

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

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

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