#BD8C3C

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

Shades of Pizza #BD8C3C

Tints of Pizza #BD8C3C

Color information

#BD8C3C (or 0xBD8C3C) is unknown color: approx Pizza. HEX triplet: BD, 8C and 3C. RGB value is (189,140,60). Sum of RGB (Red+Green+Blue) = 189+140+60=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C3C is #4273C3. Grayscale: #919191. Windows color (decimal): -4355012 or 3968189. OLE color: 3968189.

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

Color convert

RGB18914060-
CMYK00.260.680.26
HSL37.21º51.81%48.82%-
HSV(B)37.21º68.25%74.12%-
XYZ31.1829.98.4-
YUV145.5379.73159-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 60 (23.83% from 255) = 15.42%
R=48.59%
G=35.99%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891406000.260.680.2637.2151.8148.82
HexBD8C3C01A441A253431
Octal2752147403210432456461
Binary1011110110001100111100011010100010011010100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C3C; }

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

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

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

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

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

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

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

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