Html Css Color HEX #BD8E42 Pizza

📋 copy color: '#BD8E42'

red 189 ◦ green 142 ◦ blue 66

#BD8E42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizza #BD8E42

Tints of Pizza #BD8E42

RGB

 RED value IS 189 (74.22% from 255) = 47.61%

 GREEN value IS 142 (55.86% from 255) = 35.77%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 47.61%
G = 35.77%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD8E42 (or 0xBD8E42) is known color: Pizza. HEX triplet: BD, 8E and 42. RGB value is (189,142,66). Sum of RGB (Red+Green+Blue) = 189+142+66=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E42 is #4271BD. Grayscale: #939393. Windows color (decimal): -4354494 or 4361917. OLE color: 4361917.

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

Color convert

RGB 189 142 66 -
CMYK 0 0.25 0.65 0.26
HSL 37.07º 0.48% 0.5% -
HSV(B) 37.07º 0.65% 0.74% -
XYZ 31.64 30.56 9.38 -
YUV 147.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 189 142 66 0 0.25 0.65 0.26 37.07 0.48 0.5
Hex BD 8E 42 0 19 41 1A 25 30 32
Octal 275 216 102 0 31 101 32 45 60 62
Binary 10111101 10001110 1000010 0 11001 1000001 11010 100101 110000 110010

Color Harmonies of #BD8E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E42

Black with #BD8E42

Text Example


Text Example

White with #BD8E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E42; }

 p { color: rgb(189,142,66); }

 H1.HeaderClassName
 {
   color: #BD8E42;
 }
 .AnyTagClassName
 {
   color: #BD8E42;
 }
</style>

background-color css

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

 a { background-color: rgb(189,142,66); }

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

border-color css

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

 span { border-color: rgb(189,142,66); }

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