Html Css Color HEX #BB802B Mandalay

📋 copy color: '#BB802B'

red 187 ◦ green 128 ◦ blue 43

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

Shades of Mandalay #BB802B

Tints of Mandalay #BB802B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 52.23%
G = 35.75%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB802B (or 0xBB802B) is known color: Mandalay. HEX triplet: BB, 80 and 2B. RGB value is (187,128,43). Sum of RGB (Red+Green+Blue) = 187+128+43=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB802B is #447FD4. Grayscale: #888888. Windows color (decimal): -4489173 or 2851003. OLE color: 2851003.

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

Color convert

RGB 187 128 43 -
CMYK 0 0.32 0.77 0.27
HSL 35.42º 0.63% 0.45% -
HSV(B) 35.42º 0.77% 0.73% -
XYZ 28.65 26.18 5.83 -
YUV 135.95 75.55 164.41 -
System Red Green Blue C M Y K H S L
Decimal 187 128 43 0 0.32 0.77 0.27 35.42 0.63 0.45
Hex BB 80 2B 0 20 4D 1B 23 3F 2D
Octal 273 200 53 0 40 115 33 43 77 55
Binary 10111011 10000000 101011 0 100000 1001101 11011 100011 111111 101101

Color Harmonies of #BB802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB802B

Black with #BB802B

Text Example


Text Example

White with #BB802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB802B; }

 p { color: rgb(187,128,43); }

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

background-color css

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

 a { background-color: rgb(187,128,43); }

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

border-color css

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

 span { border-color: rgb(187,128,43); }

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