Html Css Color HEX #BB8129 Mandalay

📋 copy color: '#BB8129'

red 187 ◦ green 129 ◦ blue 41

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

Shades of Mandalay #BB8129

Tints of Mandalay #BB8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 52.38%
G = 36.13%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB8129 (or 0xBB8129) is known color: Mandalay. HEX triplet: BB, 81 and 29. RGB value is (187,129,41). Sum of RGB (Red+Green+Blue) = 187+129+41=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8129 is #447ED6. Grayscale: #888888. Windows color (decimal): -4488919 or 2720187. OLE color: 2720187.

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

Color convert

RGB 187 129 41 -
CMYK 0 0.31 0.78 0.27
HSL 36.16º 0.64% 0.45% -
HSV(B) 36.16º 0.78% 0.73% -
XYZ 28.74 26.43 5.68 -
YUV 136.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 187 129 41 0 0.31 0.78 0.27 36.16 0.64 0.45
Hex BB 81 29 0 1F 4E 1B 24 40 2D
Octal 273 201 51 0 37 116 33 44 100 55
Binary 10111011 10000001 101001 0 11111 1001110 11011 100100 1000000 101101

Color Harmonies of #BB8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8129

Black with #BB8129

Text Example


Text Example

White with #BB8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8129; }

 p { color: rgb(187,129,41); }

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

background-color css

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

 a { background-color: rgb(187,129,41); }

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

border-color css

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

 span { border-color: rgb(187,129,41); }

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