Html Css Color HEX #BBA231 Sahara

📋 copy color: '#BBA231'

red 187 ◦ green 162 ◦ blue 49

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

Shades of Sahara #BBA231

Tints of Sahara #BBA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.7%

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

R = 46.98%
G = 40.7%
B = 12.31%

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

#BBA231 (or 0xBBA231) is known color: Sahara. HEX triplet: BB, A2 and 31. RGB value is (187,162,49). Sum of RGB (Red+Green+Blue) = 187+162+49=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA231 is #445DCE. Grayscale: #9D9D9D. Windows color (decimal): -4480463 or 3252923. OLE color: 3252923.

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

Color convert

RGB 187 162 49 -
CMYK 0 0.13 0.74 0.27
HSL 49.13º 0.58% 0.46% -
HSV(B) 49.13º 0.74% 0.73% -
XYZ 33.97 36.63 8.19 -
YUV 156.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 187 162 49 0 0.13 0.74 0.27 49.13 0.58 0.46
Hex BB A2 31 0 D 4A 1B 31 3A 2E
Octal 273 242 61 0 15 112 33 61 72 56
Binary 10111011 10100010 110001 0 1101 1001010 11011 110001 111010 101110

Color Harmonies of #BBA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA231

Black with #BBA231

Text Example


Text Example

White with #BBA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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