Html Css Color HEX #BBA132 Sahara

📋 copy color: '#BBA132'

red 187 ◦ green 161 ◦ blue 50

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

Shades of Sahara #BBA132

Tints of Sahara #BBA132

RGB

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

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

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

R = 46.98%
G = 40.45%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BBA132 (or 0xBBA132) is known color: Sahara. HEX triplet: BB, A1 and 32. RGB value is (187,161,50). Sum of RGB (Red+Green+Blue) = 187+161+50=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA132 is #445ECD. Grayscale: #9C9C9C. Windows color (decimal): -4480718 or 3318203. OLE color: 3318203.

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

Color convert

RGB 187 161 50 -
CMYK 0 0.14 0.73 0.27
HSL 48.61º 0.58% 0.46% -
HSV(B) 48.61º 0.73% 0.73% -
XYZ 33.81 36.28 8.24 -
YUV 156.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 187 161 50 0 0.14 0.73 0.27 48.61 0.58 0.46
Hex BB A1 32 0 E 49 1B 31 3A 2E
Octal 273 241 62 0 16 111 33 61 72 56
Binary 10111011 10100001 110010 0 1110 1001001 11011 110001 111010 101110

Color Harmonies of #BBA132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA132

Black with #BBA132

Text Example


Text Example

White with #BBA132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA132; }

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

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

background-color css

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

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

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

border-color css

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

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

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