Html Css Color HEX #BB832F Mandalay

📋 copy color: '#BB832F'

red 187 ◦ green 131 ◦ blue 47

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

Shades of Mandalay #BB832F

Tints of Mandalay #BB832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 51.23%
G = 35.89%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB832F (or 0xBB832F) is known color: Mandalay. HEX triplet: BB, 83 and 2F. RGB value is (187,131,47). Sum of RGB (Red+Green+Blue) = 187+131+47=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB832F is #447CD0. Grayscale: #8A8A8A. Windows color (decimal): -4488401 or 3113915. OLE color: 3113915.

HSL color Cylindrical-coordinate representation of color #BB832F: hue angle of 36º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB832F is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 47 -
CMYK 0 0.30 0.75 0.27
HSL 36º 0.6% 0.46% -
HSV(B) 36º 0.75% 0.73% -
XYZ 29.12 27 6.37 -
YUV 138.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 187 131 47 0 0.30 0.75 0.27 36 0.6 0.46
Hex BB 83 2F 0 1E 4B 1B 24 3C 2E
Octal 273 203 57 0 36 113 33 44 74 56
Binary 10111011 10000011 101111 0 11110 1001011 11011 100100 111100 101110

Color Harmonies of #BB832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB832F

Black with #BB832F

Text Example


Text Example

White with #BB832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB832F; }

 p { color: rgb(187,131,47); }

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

background-color css

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

 a { background-color: rgb(187,131,47); }

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

border-color css

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

 span { border-color: rgb(187,131,47); }

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