Html Css Color HEX #BBA232 Sahara

📋 copy color: '#BBA232'

red 187 ◦ green 162 ◦ blue 50

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

Shades of Sahara #BBA232

Tints of Sahara #BBA232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.53%

R = 46.87%
G = 40.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA232 (or 0xBBA232) is known color: Sahara. HEX triplet: BB, A2 and 32. RGB value is (187,162,50). Sum of RGB (Red+Green+Blue) = 187+162+50=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA232 is #445DCD. Grayscale: #9D9D9D. Windows color (decimal): -4480462 or 3318459. OLE color: 3318459.

HSL color Cylindrical-coordinate representation of color #BBA232: hue angle of 49.05º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA232 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 50 -
CMYK 0 0.13 0.73 0.27
HSL 49.05º 0.58% 0.46% -
HSV(B) 49.05º 0.73% 0.73% -
XYZ 33.99 36.64 8.3 -
YUV 156.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 187 162 50 0 0.13 0.73 0.27 49.05 0.58 0.46
Hex BB A2 32 0 D 49 1B 31 3A 2E
Octal 273 242 62 0 15 111 33 61 72 56
Binary 10111011 10100010 110010 0 1101 1001001 11011 110001 111010 101110

Color Harmonies of #BBA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA232

Black with #BBA232

Text Example


Text Example

White with #BBA232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA232; }

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

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

background-color css

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

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

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

border-color css

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

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

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