Html Css Color HEX #BB8130 Mandalay

📋 copy color: '#BB8130'

red 187 ◦ green 129 ◦ blue 48

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

Shades of Mandalay #BB8130

Tints of Mandalay #BB8130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 51.37%
G = 35.44%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB8130 (or 0xBB8130) is known color: Mandalay. HEX triplet: BB, 81 and 30. RGB value is (187,129,48). Sum of RGB (Red+Green+Blue) = 187+129+48=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8130 is #447ECF. Grayscale: #898989. Windows color (decimal): -4488912 or 3178939. OLE color: 3178939.

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

Color convert

RGB 187 129 48 -
CMYK 0 0.31 0.74 0.27
HSL 34.96º 0.59% 0.46% -
HSV(B) 34.96º 0.74% 0.73% -
XYZ 28.88 26.48 6.39 -
YUV 137.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 187 129 48 0 0.31 0.74 0.27 34.96 0.59 0.46
Hex BB 81 30 0 1F 4A 1B 23 3B 2E
Octal 273 201 60 0 37 112 33 43 73 56
Binary 10111011 10000001 110000 0 11111 1001010 11011 100011 111011 101110

Color Harmonies of #BB8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8130

Black with #BB8130

Text Example


Text Example

White with #BB8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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