Html Css Color HEX #B8842B Mandalay

📋 copy color: '#B8842B'

red 184 ◦ green 132 ◦ blue 43

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

Shades of Mandalay #B8842B

Tints of Mandalay #B8842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 51.25%
G = 36.77%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8842B (or 0xB8842B) is known color: Mandalay. HEX triplet: B8, 84 and 2B. RGB value is (184,132,43). Sum of RGB (Red+Green+Blue) = 184+132+43=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8842B is #477BD4. Grayscale: #898989. Windows color (decimal): -4684757 or 2852024. OLE color: 2852024.

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

Color convert

RGB 184 132 43 -
CMYK 0 0.28 0.77 0.28
HSL 37.87º 0.62% 0.45% -
HSV(B) 37.87º 0.77% 0.72% -
XYZ 28.45 26.87 5.97 -
YUV 137.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 184 132 43 0 0.28 0.77 0.28 37.87 0.62 0.45
Hex B8 84 2B 0 1C 4D 1C 26 3E 2D
Octal 270 204 53 0 34 115 34 46 76 55
Binary 10111000 10000100 101011 0 11100 1001101 11100 100110 111110 101101

Color Harmonies of #B8842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8842B

Black with #B8842B

Text Example


Text Example

White with #B8842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8842B; }

 p { color: rgb(184,132,43); }

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

background-color css

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

 a { background-color: rgb(184,132,43); }

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

border-color css

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

 span { border-color: rgb(184,132,43); }

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