#bba131

Color #BBA131 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #BBA131

Tints of Sahara #BBA131

Color information

#BBA131 (or 0xBBA131) is unknown color: approx Sahara. HEX triplet: BB, A1 and 31. RGB value is (187,161,49). Sum of RGB (Red+Green+Blue) = 187+161+49=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA131 is #445ECE. Grayscale: #9C9C9C. Windows color (decimal): -4480719 or 3252667. OLE color: 3252667.

HSL color Cylindrical-coordinate representation of color #BBA131: hue angle of 48.7º degrees, saturation: 0.58, 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 #BBA131 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB18716149-
CMYK00.140.740.27
HSL48.7º58.47%46.27%-
HSV(B)48.7º73.8%73.33%-
XYZ33.7936.288.13-
YUV156.0167.61150.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 49 (19.53% from 255) = 12.34%
R=47.10%
G=40.55%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871614900.140.740.2748.758.4746.27
HexBBA1310E4A1B313a2e
Octal2732416101611233617256
Binary101110111010000111000101110100101011011110001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba131; }

 p { color: rgb(187,161,49); }

 H1.HeaderClassName
 {
   color: #bba131;
 }
 .AnyTagClassName
 {
   color: #bba131;
 }
</style>
background-color css

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

 a { background-color: rgb(187,161,49); }

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

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

 span { border-color: rgb(187,161,49); }

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