Html Css Color HEX #BB822C Mandalay

📋 copy color: '#BB822C'

red 187 ◦ green 130 ◦ blue 44

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

Shades of Mandalay #BB822C

Tints of Mandalay #BB822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 51.8%
G = 36.01%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB822C (or 0xBB822C) is known color: Mandalay. HEX triplet: BB, 82 and 2C. RGB value is (187,130,44). Sum of RGB (Red+Green+Blue) = 187+130+44=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822C is #447DD3. Grayscale: #898989. Windows color (decimal): -4488660 or 2917051. OLE color: 2917051.

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

Color convert

RGB 187 130 44 -
CMYK 0 0.30 0.76 0.27
HSL 36.08º 0.62% 0.45% -
HSV(B) 36.08º 0.76% 0.73% -
XYZ 28.93 26.71 6.01 -
YUV 137.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 187 130 44 0 0.30 0.76 0.27 36.08 0.62 0.45
Hex BB 82 2C 0 1E 4C 1B 24 3E 2D
Octal 273 202 54 0 36 114 33 44 76 55
Binary 10111011 10000010 101100 0 11110 1001100 11011 100100 111110 101101

Color Harmonies of #BB822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB822C

Black with #BB822C

Text Example


Text Example

White with #BB822C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB822C; }

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

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

background-color css

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

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

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

border-color css

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

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

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