Html Css Color HEX #BB812B Mandalay

📋 copy color: '#BB812B'

red 187 ◦ green 129 ◦ blue 43

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

Shades of Mandalay #BB812B

Tints of Mandalay #BB812B

RGB

 RED value IS 187 (73.44% from 255) = 52.09%

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

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

R = 52.09%
G = 35.93%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB812B (or 0xBB812B) is known color: Mandalay. HEX triplet: BB, 81 and 2B. RGB value is (187,129,43). Sum of RGB (Red+Green+Blue) = 187+129+43=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB812B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB812B is #447ED4. Grayscale: #888888. Windows color (decimal): -4488917 or 2851259. OLE color: 2851259.

HSL color Cylindrical-coordinate representation of color #BB812B: hue angle of 35.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB812B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 43 -
CMYK 0 0.31 0.77 0.27
HSL 35.83º 0.63% 0.45% -
HSV(B) 35.83º 0.77% 0.73% -
XYZ 28.78 26.44 5.87 -
YUV 136.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 187 129 43 0 0.31 0.77 0.27 35.83 0.63 0.45
Hex BB 81 2B 0 1F 4D 1B 24 3F 2D
Octal 273 201 53 0 37 115 33 44 77 55
Binary 10111011 10000001 101011 0 11111 1001101 11011 100100 111111 101101

Color Harmonies of #BB812B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB812B

Black with #BB812B

Text Example


Text Example

White with #BB812B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB812B; }

 p { color: rgb(187,129,43); }

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

background-color css

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

 a { background-color: rgb(187,129,43); }

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

border-color css

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

 span { border-color: rgb(187,129,43); }

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