Html Css Color HEX #BB802F Mandalay

📋 copy color: '#BB802F'

red 187 ◦ green 128 ◦ blue 47

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

Shades of Mandalay #BB802F

Tints of Mandalay #BB802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 51.66%
G = 35.36%
B = 12.98%

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

#BB802F (or 0xBB802F) is known color: Mandalay. HEX triplet: BB, 80 and 2F. RGB value is (187,128,47). Sum of RGB (Red+Green+Blue) = 187+128+47=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB802F is #447FD0. Grayscale: #888888. Windows color (decimal): -4489169 or 3113147. OLE color: 3113147.

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

Color convert

RGB 187 128 47 -
CMYK 0 0.32 0.75 0.27
HSL 34.71º 0.6% 0.46% -
HSV(B) 34.71º 0.75% 0.73% -
XYZ 28.73 26.21 6.23 -
YUV 136.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 187 128 47 0 0.32 0.75 0.27 34.71 0.6 0.46
Hex BB 80 2F 0 20 4B 1B 23 3C 2E
Octal 273 200 57 0 40 113 33 43 74 56
Binary 10111011 10000000 101111 0 100000 1001011 11011 100011 111100 101110

Color Harmonies of #BB802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB802F

Black with #BB802F

Text Example


Text Example

White with #BB802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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