Html Css Color HEX #BB802E Mandalay

📋 copy color: '#BB802E'

red 187 ◦ green 128 ◦ blue 46

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

Shades of Mandalay #BB802E

Tints of Mandalay #BB802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 51.8%
G = 35.46%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB802E (or 0xBB802E) is known color: Mandalay. HEX triplet: BB, 80 and 2E. RGB value is (187,128,46). Sum of RGB (Red+Green+Blue) = 187+128+46=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB802E is #447FD1. Grayscale: #888888. Windows color (decimal): -4489170 or 3047611. OLE color: 3047611.

HSL color Cylindrical-coordinate representation of color #BB802E: hue angle of 34.89º degrees, saturation: 0.61, 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 #BB802E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 46 -
CMYK 0 0.32 0.75 0.27
HSL 34.89º 0.61% 0.46% -
HSV(B) 34.89º 0.75% 0.73% -
XYZ 28.71 26.2 6.13 -
YUV 136.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 187 128 46 0 0.32 0.75 0.27 34.89 0.61 0.46
Hex BB 80 2E 0 20 4B 1B 23 3D 2E
Octal 273 200 56 0 40 113 33 43 75 56
Binary 10111011 10000000 101110 0 100000 1001011 11011 100011 111101 101110

Color Harmonies of #BB802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB802E

Black with #BB802E

Text Example


Text Example

White with #BB802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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