Html Css Color HEX #BB832C Mandalay

📋 copy color: '#BB832C'

red 187 ◦ green 131 ◦ blue 44

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

Shades of Mandalay #BB832C

Tints of Mandalay #BB832C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 51.66%
G = 36.19%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB832C (or 0xBB832C) is known color: Mandalay. HEX triplet: BB, 83 and 2C. RGB value is (187,131,44). Sum of RGB (Red+Green+Blue) = 187+131+44=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB832C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB832C is #447CD3. Grayscale: #8A8A8A. Windows color (decimal): -4488404 or 2917307. OLE color: 2917307.

HSL color Cylindrical-coordinate representation of color #BB832C: hue angle of 36.5º degrees, saturation: 0.62, 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 #BB832C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 44 -
CMYK 0 0.30 0.76 0.27
HSL 36.5º 0.62% 0.45% -
HSV(B) 36.5º 0.76% 0.73% -
XYZ 29.06 26.98 6.06 -
YUV 137.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 187 131 44 0 0.30 0.76 0.27 36.5 0.62 0.45
Hex BB 83 2C 0 1E 4C 1B 25 3E 2D
Octal 273 203 54 0 36 114 33 45 76 55
Binary 10111011 10000011 101100 0 11110 1001100 11011 100101 111110 101101

Color Harmonies of #BB832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB832C

Black with #BB832C

Text Example


Text Example

White with #BB832C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB832C; }

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

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

background-color css

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

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

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

border-color css

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

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

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