Html Css Color HEX #B08227 Mandalay

📋 copy color: '#B08227'

red 176 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #B08227

Tints of Mandalay #B08227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 51.01%
G = 37.68%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B08227 (or 0xB08227) is known color: Mandalay. HEX triplet: B0, 82 and 27. RGB value is (176,130,39). Sum of RGB (Red+Green+Blue) = 176+130+39=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08227 is #4F7DD8. Grayscale: #858585. Windows color (decimal): -5209561 or 2589360. OLE color: 2589360.

HSL color Cylindrical-coordinate representation of color #B08227: hue angle of 39.85º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B08227 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 39 -
CMYK 0 0.26 0.78 0.31
HSL 39.85º 0.64% 0.42% -
HSV(B) 39.85º 0.78% 0.69% -
XYZ 26.25 25.34 5.43 -
YUV 133.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 176 130 39 0 0.26 0.78 0.31 39.85 0.64 0.42
Hex B0 82 27 0 1A 4E 1F 28 40 2A
Octal 260 202 47 0 32 116 37 50 100 52
Binary 10110000 10000010 100111 0 11010 1001110 11111 101000 1000000 101010

Color Harmonies of #B08227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08227

Black with #B08227

Text Example


Text Example

White with #B08227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08227; }

 p { color: rgb(176,130,39); }

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

background-color css

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

 a { background-color: rgb(176,130,39); }

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

border-color css

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

 span { border-color: rgb(176,130,39); }

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