Html Css Color HEX #B08020 Mandalay

📋 copy color: '#B08020'

red 176 ◦ green 128 ◦ blue 32

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

Shades of Mandalay #B08020

Tints of Mandalay #B08020

RGB

 RED value IS 176 (69.14% from 255) = 52.38%

 GREEN value IS 128 (50.39% from 255) = 38.1%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 52.38%
G = 38.1%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B08020 (or 0xB08020) is known color: Mandalay. HEX triplet: B0, 80 and 20. RGB value is (176,128,32). Sum of RGB (Red+Green+Blue) = 176+128+32=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B08020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08020 is #4F7FDF. Grayscale: #838383. Windows color (decimal): -5210080 or 2130096. OLE color: 2130096.

HSL color Cylindrical-coordinate representation of color #B08020: hue angle of 40º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B08020 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 32 -
CMYK 0 0.27 0.82 0.31
HSL 40º 0.69% 0.41% -
HSV(B) 40º 0.82% 0.69% -
XYZ 25.88 24.77 4.78 -
YUV 131.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 176 128 32 0 0.27 0.82 0.31 40 0.69 0.41
Hex B0 80 20 0 1B 52 1F 28 45 29
Octal 260 200 40 0 33 122 37 50 105 51
Binary 10110000 10000000 100000 0 11011 1010010 11111 101000 1000101 101001

Color Harmonies of #B08020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08020

Black with #B08020

Text Example


Text Example

White with #B08020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08020; }

 p { color: rgb(176,128,32); }

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

background-color css

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

 a { background-color: rgb(176,128,32); }

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

border-color css

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

 span { border-color: rgb(176,128,32); }

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