#BD8A3C

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

Shades of Pizza #BD8A3C

Tints of Pizza #BD8A3C

Color information

#BD8A3C (or 0xBD8A3C) is unknown color: approx Pizza. HEX triplet: BD, 8A and 3C. RGB value is (189,138,60). Sum of RGB (Red+Green+Blue) = 189+138+60=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A3C is #4275C3. Grayscale: #909090. Windows color (decimal): -4355524 or 3967677. OLE color: 3967677.

HSL color Cylindrical-coordinate representation of color #BD8A3C: hue angle of 36.28º 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 #BD8A3C is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB18913860-
CMYK00.270.680.26
HSL36.28º51.81%48.82%-
HSV(B)36.28º68.25%74.12%-
XYZ30.8929.328.31-
YUV144.3680.4159.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.84%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=48.84%
G=35.66%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891386000.270.680.2636.2851.8148.82
HexBD8A3C01B441A243431
Octal2752127403310432446461
Binary1011110110001010111100011011100010011010100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8A3C; }

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

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

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

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

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

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

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

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