#BD8B3E

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

Shades of Pizza #BD8B3E

Tints of Pizza #BD8B3E

Color information

#BD8B3E (or 0xBD8B3E) is unknown color: approx Pizza. HEX triplet: BD, 8B and 3E. RGB value is (189,139,62). Sum of RGB (Red+Green+Blue) = 189+139+62=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8B3E is #4274C1. Grayscale: #919191. Windows color (decimal): -4355266 or 4099005. OLE color: 4099005.

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

Color convert

RGB18913962-
CMYK00.260.670.26
HSL36.38º50.6%49.22%-
HSV(B)36.38º67.2%74.12%-
XYZ31.0929.638.64-
YUV145.1781.06159.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 62 (24.61% from 255) = 15.90%
R=48.46%
G=35.64%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891396200.260.670.2636.3850.649.22
HexBD8B3E01A431A243331
Octal2752137603210332446361
Binary1011110110001011111110011010100001111010100100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8B3E; }

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

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

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

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

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

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

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

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