Html Css Color HEX #BB822B Mandalay

📋 copy color: '#BB822B'

red 187 ◦ green 130 ◦ blue 43

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

Shades of Mandalay #BB822B

Tints of Mandalay #BB822B

RGB

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

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

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

R = 51.94%
G = 36.11%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB822B (or 0xBB822B) is known color: Mandalay. HEX triplet: BB, 82 and 2B. RGB value is (187,130,43). Sum of RGB (Red+Green+Blue) = 187+130+43=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB822B is #447DD4. Grayscale: #898989. Windows color (decimal): -4488661 or 2851515. OLE color: 2851515.

HSL color Cylindrical-coordinate representation of color #BB822B: hue angle of 36.25º 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 #BB822B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 43 -
CMYK 0 0.30 0.77 0.27
HSL 36.25º 0.63% 0.45% -
HSV(B) 36.25º 0.77% 0.73% -
XYZ 28.91 26.7 5.92 -
YUV 137.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 187 130 43 0 0.30 0.77 0.27 36.25 0.63 0.45
Hex BB 82 2B 0 1E 4D 1B 24 3F 2D
Octal 273 202 53 0 36 115 33 44 77 55
Binary 10111011 10000010 101011 0 11110 1001101 11011 100100 111111 101101

Color Harmonies of #BB822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB822B

Black with #BB822B

Text Example


Text Example

White with #BB822B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB822B; }

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

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

background-color css

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

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

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

border-color css

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

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

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