#BD8D3E

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

Shades of Pizza #BD8D3E

Tints of Pizza #BD8D3E

Color information

#BD8D3E (or 0xBD8D3E) is unknown color: approx Pizza. HEX triplet: BD, 8D and 3E. RGB value is (189,141,62). Sum of RGB (Red+Green+Blue) = 189+141+62=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D3E is #4272C1. Grayscale: #929292. Windows color (decimal): -4354754 or 4099517. OLE color: 4099517.

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

Color convert

RGB18914162-
CMYK00.250.670.26
HSL37.32º50.6%49.22%-
HSV(B)37.32º67.2%74.12%-
XYZ31.3830.228.74-
YUV146.3580.4158.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.21%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 62 (24.61% from 255) = 15.82%
R=48.21%
G=35.97%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891416200.250.670.2637.3250.649.22
HexBD8D3E019431A253331
Octal2752157603110332456361
Binary1011110110001101111110011001100001111010100101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D3E; }

 p { color: rgb(189,141,62); }

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

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

 a { background-color: rgb(189,141,62); }

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

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

 span { border-color: rgb(189,141,62); }

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