Html Css Color HEX #BBA131 Sahara

📋 copy color: '#BBA131'

red 187 ◦ green 161 ◦ blue 49

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

Shades of Sahara #BBA131

Tints of Sahara #BBA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 47.1%
G = 40.55%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA131 (or 0xBBA131) is known color: 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

RGB 187 161 49 -
CMYK 0 0.14 0.74 0.27
HSL 48.7º 0.58% 0.46% -
HSV(B) 48.7º 0.74% 0.73% -
XYZ 33.79 36.28 8.13 -
YUV 156.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 187 161 49 0 0.14 0.74 0.27 48.7 0.58 0.46
Hex BB A1 31 0 E 4A 1B 31 3A 2E
Octal 273 241 61 0 16 112 33 61 72 56
Binary 10111011 10100001 110001 0 1110 1001010 11011 110001 111010 101110

Color Harmonies of #BBA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA131

Black with #BBA131

Text Example


Text Example

White with #BBA131

Text Example


Text Example

HTML Codes & Css Web 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>