Html Css Color HEX #BB812D Mandalay

📋 copy color: '#BB812D'

red 187 ◦ green 129 ◦ blue 45

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

Shades of Mandalay #BB812D

Tints of Mandalay #BB812D

RGB

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

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

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

R = 51.8%
G = 35.73%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB812D (or 0xBB812D) is known color: Mandalay. HEX triplet: BB, 81 and 2D. RGB value is (187,129,45). Sum of RGB (Red+Green+Blue) = 187+129+45=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB812D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB812D is #447ED2. Grayscale: #898989. Windows color (decimal): -4488915 or 2982331. OLE color: 2982331.

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

Color convert

RGB 187 129 45 -
CMYK 0 0.31 0.76 0.27
HSL 35.49º 0.61% 0.45% -
HSV(B) 35.49º 0.76% 0.73% -
XYZ 28.82 26.45 6.07 -
YUV 136.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 187 129 45 0 0.31 0.76 0.27 35.49 0.61 0.45
Hex BB 81 2D 0 1F 4C 1B 23 3D 2D
Octal 273 201 55 0 37 114 33 43 75 55
Binary 10111011 10000001 101101 0 11111 1001100 11011 100011 111101 101101

Color Harmonies of #BB812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB812D

Black with #BB812D

Text Example


Text Example

White with #BB812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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