Html Css Color HEX #B0862B Mandalay

📋 copy color: '#B0862B'

red 176 ◦ green 134 ◦ blue 43

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

Shades of Mandalay #B0862B

Tints of Mandalay #B0862B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

 BLUE value IS 43 (17.19% from 255) = 12.18%

R = 49.86%
G = 37.96%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0862B (or 0xB0862B) is known color: Mandalay. HEX triplet: B0, 86 and 2B. RGB value is (176,134,43). Sum of RGB (Red+Green+Blue) = 176+134+43=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0862B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0862B is #4F79D4. Grayscale: #888888. Windows color (decimal): -5208533 or 2852528. OLE color: 2852528.

HSL color Cylindrical-coordinate representation of color #B0862B: hue angle of 41.05º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0862B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 134 43 -
CMYK 0 0.24 0.76 0.31
HSL 41.05º 0.61% 0.43% -
HSV(B) 41.05º 0.76% 0.69% -
XYZ 26.87 26.45 5.98 -
YUV 136.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 176 134 43 0 0.24 0.76 0.31 41.05 0.61 0.43
Hex B0 86 2B 0 18 4C 1F 29 3D 2B
Octal 260 206 53 0 30 114 37 51 75 53
Binary 10110000 10000110 101011 0 11000 1001100 11111 101001 111101 101011

Color Harmonies of #B0862B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0862B

Black with #B0862B

Text Example


Text Example

White with #B0862B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0862B; }

 p { color: rgb(176,134,43); }

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

background-color css

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

 a { background-color: rgb(176,134,43); }

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

border-color css

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

 span { border-color: rgb(176,134,43); }

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