Html Css Color HEX #BBA032 Sahara

📋 copy color: '#BBA032'

red 187 ◦ green 160 ◦ blue 50

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

Shades of Sahara #BBA032

Tints of Sahara #BBA032

RGB

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

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

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

R = 47.1%
G = 40.3%
B = 12.59%

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

#BBA032 (or 0xBBA032) is known color: Sahara. HEX triplet: BB, A0 and 32. RGB value is (187,160,50). Sum of RGB (Red+Green+Blue) = 187+160+50=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA032 is #445FCD. Grayscale: #9C9C9C. Windows color (decimal): -4480974 or 3317947. OLE color: 3317947.

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

Color convert

RGB 187 160 50 -
CMYK 0 0.14 0.73 0.27
HSL 48.18º 0.58% 0.46% -
HSV(B) 48.18º 0.73% 0.73% -
XYZ 33.64 35.94 8.18 -
YUV 155.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 187 160 50 0 0.14 0.73 0.27 48.18 0.58 0.46
Hex BB A0 32 0 E 49 1B 30 3A 2E
Octal 273 240 62 0 16 111 33 60 72 56
Binary 10111011 10100000 110010 0 1110 1001001 11011 110000 111010 101110

Color Harmonies of #BBA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA032

Black with #BBA032

Text Example


Text Example

White with #BBA032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA032; }

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

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

background-color css

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

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

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

border-color css

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

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

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