Html Css Color HEX #B8812D Mandalay

📋 copy color: '#B8812D'

red 184 ◦ green 129 ◦ blue 45

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

Shades of Mandalay #B8812D

Tints of Mandalay #B8812D

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 129 (50.78% from 255) = 36.03%

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 51.4%
G = 36.03%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8812D (or 0xB8812D) is known color: Mandalay. HEX triplet: B8, 81 and 2D. RGB value is (184,129,45). Sum of RGB (Red+Green+Blue) = 184+129+45=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8812D is #477ED2. Grayscale: #888888. Windows color (decimal): -4685523 or 2982328. OLE color: 2982328.

HSL color Cylindrical-coordinate representation of color #B8812D: hue angle of 36.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8812D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 129 45 -
CMYK 0 0.30 0.76 0.28
HSL 36.26º 0.61% 0.45% -
HSV(B) 36.26º 0.76% 0.72% -
XYZ 28.09 26.08 6.04 -
YUV 135.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 184 129 45 0 0.30 0.76 0.28 36.26 0.61 0.45
Hex B8 81 2D 0 1E 4C 1C 24 3D 2D
Octal 270 201 55 0 36 114 34 44 75 55
Binary 10111000 10000001 101101 0 11110 1001100 11100 100100 111101 101101

Color Harmonies of #B8812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8812D

Black with #B8812D

Text Example


Text Example

White with #B8812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8812D; }

 p { color: rgb(184,129,45); }

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

background-color css

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

 a { background-color: rgb(184,129,45); }

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

border-color css

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

 span { border-color: rgb(184,129,45); }

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