Html Css Color HEX #BD8839 Pizza

📋 copy color: '#BD8839'

red 189 ◦ green 136 ◦ blue 57

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

Shades of Pizza #BD8839

Tints of Pizza #BD8839

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 57 (22.66% from 255) = 14.92%

R = 49.48%
G = 35.6%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD8839 (or 0xBD8839) is known color: Pizza. HEX triplet: BD, 88 and 39. RGB value is (189,136,57). Sum of RGB (Red+Green+Blue) = 189+136+57=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8839 is #4277C6. Grayscale: #8F8F8F. Windows color (decimal): -4356039 or 3770557. OLE color: 3770557.

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

Color convert

RGB 189 136 57 -
CMYK 0 0.28 0.70 0.26
HSL 35.91º 0.54% 0.48% -
HSV(B) 35.91º 0.7% 0.74% -
XYZ 30.53 28.72 7.81 -
YUV 142.84 79.56 160.92 -
System Red Green Blue C M Y K H S L
Decimal 189 136 57 0 0.28 0.70 0.26 35.91 0.54 0.48
Hex BD 88 39 0 1C 46 1A 24 36 30
Octal 275 210 71 0 34 106 32 44 66 60
Binary 10111101 10001000 111001 0 11100 1000110 11010 100100 110110 110000

Color Harmonies of #BD8839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8839

Black with #BD8839

Text Example


Text Example

White with #BD8839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8839; }

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

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

background-color css

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

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

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

border-color css

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

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

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