Html Css Color HEX #BB8227 Mandalay

📋 copy color: '#BB8227'

red 187 ◦ green 130 ◦ blue 39

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

Shades of Mandalay #BB8227

Tints of Mandalay #BB8227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 52.53%
G = 36.52%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8227 (or 0xBB8227) is known color: Mandalay. HEX triplet: BB, 82 and 27. RGB value is (187,130,39). Sum of RGB (Red+Green+Blue) = 187+130+39=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8227 is #447DD8. Grayscale: #898989. Windows color (decimal): -4488665 or 2589371. OLE color: 2589371.

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

Color convert

RGB 187 130 39 -
CMYK 0 0.30 0.79 0.27
HSL 36.89º 0.65% 0.44% -
HSV(B) 36.89º 0.79% 0.73% -
XYZ 28.84 26.68 5.55 -
YUV 136.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 187 130 39 0 0.30 0.79 0.27 36.89 0.65 0.44
Hex BB 82 27 0 1E 4F 1B 25 41 2C
Octal 273 202 47 0 36 117 33 45 101 54
Binary 10111011 10000010 100111 0 11110 1001111 11011 100101 1000001 101100

Color Harmonies of #BB8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8227

Black with #BB8227

Text Example


Text Example

White with #BB8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8227; }

 p { color: rgb(187,130,39); }

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

background-color css

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

 a { background-color: rgb(187,130,39); }

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

border-color css

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

 span { border-color: rgb(187,130,39); }

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