Html Css Color HEX #BBA031 Sahara

📋 copy color: '#BBA031'

red 187 ◦ green 160 ◦ blue 49

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

Shades of Sahara #BBA031

Tints of Sahara #BBA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 47.22%
G = 40.4%
B = 12.37%

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

#BBA031 (or 0xBBA031) is known color: Sahara. HEX triplet: BB, A0 and 31. RGB value is (187,160,49). Sum of RGB (Red+Green+Blue) = 187+160+49=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA031 is #445FCE. Grayscale: #9B9B9B. Windows color (decimal): -4480975 or 3252411. OLE color: 3252411.

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

Color convert

RGB 187 160 49 -
CMYK 0 0.14 0.74 0.27
HSL 48.26º 0.58% 0.46% -
HSV(B) 48.26º 0.74% 0.73% -
XYZ 33.62 35.93 8.07 -
YUV 155.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 187 160 49 0 0.14 0.74 0.27 48.26 0.58 0.46
Hex BB A0 31 0 E 4A 1B 30 3A 2E
Octal 273 240 61 0 16 112 33 60 72 56
Binary 10111011 10100000 110001 0 1110 1001010 11011 110000 111010 101110

Color Harmonies of #BBA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA031

Black with #BBA031

Text Example


Text Example

White with #BBA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA031; }

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

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

background-color css

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

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

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

border-color css

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

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

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