Html Css Color HEX #BBA331 Sahara

📋 copy color: '#BBA331'

red 187 ◦ green 163 ◦ blue 49

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

Shades of Sahara #BBA331

Tints of Sahara #BBA331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

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

R = 46.87%
G = 40.85%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA331 (or 0xBBA331) is known color: Sahara. HEX triplet: BB, A3 and 31. RGB value is (187,163,49). Sum of RGB (Red+Green+Blue) = 187+163+49=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA331 is #445CCE. Grayscale: #9D9D9D. Windows color (decimal): -4480207 or 3253179. OLE color: 3253179.

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

Color convert

RGB 187 163 49 -
CMYK 0 0.13 0.74 0.27
HSL 49.57º 0.58% 0.46% -
HSV(B) 49.57º 0.74% 0.73% -
XYZ 34.15 36.98 8.24 -
YUV 157.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 187 163 49 0 0.13 0.74 0.27 49.57 0.58 0.46
Hex BB A3 31 0 D 4A 1B 32 3A 2E
Octal 273 243 61 0 15 112 33 62 72 56
Binary 10111011 10100011 110001 0 1101 1001010 11011 110010 111010 101110

Color Harmonies of #BBA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA331

Black with #BBA331

Text Example


Text Example

White with #BBA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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