#BD8739

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

Shades of Pizza #BD8739

Tints of Pizza #BD8739

Color information

#BD8739 (or 0xBD8739) is unknown color: approx Pizza. HEX triplet: BD, 87 and 39. RGB value is (189,135,57). Sum of RGB (Red+Green+Blue) = 189+135+57=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8739 is #4278C6. Grayscale: #8E8E8E. Windows color (decimal): -4356295 or 3770301. OLE color: 3770301.

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

Color convert

RGB18913557-
CMYK00.290.700.26
HSL35.45º53.66%48.24%-
HSV(B)35.45º69.84%74.12%-
XYZ30.3928.447.76-
YUV142.2579.89161.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 135 (53.12% from 255) = 35.43%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=49.61%
G=35.43%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891355700.290.700.2635.4553.6648.24
HexBD873901D461A233630
Octal2752077103510632436660
Binary1011110110000111111001011101100011011010100011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8739; }

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

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

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

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

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

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

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

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