Html Css Color HEX #BB8228 Mandalay

📋 copy color: '#BB8228'

red 187 ◦ green 130 ◦ blue 40

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

Shades of Mandalay #BB8228

Tints of Mandalay #BB8228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 52.38%
G = 36.41%
B = 11.2%

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

#BB8228 (or 0xBB8228) is known color: Mandalay. HEX triplet: BB, 82 and 28. RGB value is (187,130,40). Sum of RGB (Red+Green+Blue) = 187+130+40=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8228 is #447DD7. Grayscale: #898989. Windows color (decimal): -4488664 or 2654907. OLE color: 2654907.

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

Color convert

RGB 187 130 40 -
CMYK 0 0.30 0.79 0.27
HSL 36.73º 0.65% 0.45% -
HSV(B) 36.73º 0.79% 0.73% -
XYZ 28.86 26.68 5.64 -
YUV 136.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 187 130 40 0 0.30 0.79 0.27 36.73 0.65 0.45
Hex BB 82 28 0 1E 4F 1B 25 41 2D
Octal 273 202 50 0 36 117 33 45 101 55
Binary 10111011 10000010 101000 0 11110 1001111 11011 100101 1000001 101101

Color Harmonies of #BB8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8228

Black with #BB8228

Text Example


Text Example

White with #BB8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8228; }

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

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

background-color css

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

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

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

border-color css

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

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

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