Html Css Color HEX #BBA034 Sahara

📋 copy color: '#BBA034'

red 187 ◦ green 160 ◦ blue 52

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

Shades of Sahara #BBA034

Tints of Sahara #BBA034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 46.87%
G = 40.1%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBA034 (or 0xBBA034) is known color: Sahara. HEX triplet: BB, A0 and 34. RGB value is (187,160,52). Sum of RGB (Red+Green+Blue) = 187+160+52=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA034 is #445FCB. Grayscale: #9C9C9C. Windows color (decimal): -4480972 or 3449019. OLE color: 3449019.

HSL color Cylindrical-coordinate representation of color #BBA034: hue angle of 48º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBA034 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 52 -
CMYK 0 0.14 0.72 0.27
HSL 48º 0.56% 0.47% -
HSV(B) 48º 0.72% 0.73% -
XYZ 33.68 35.95 8.41 -
YUV 155.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 187 160 52 0 0.14 0.72 0.27 48 0.56 0.47
Hex BB A0 34 0 E 48 1B 30 38 2F
Octal 273 240 64 0 16 110 33 60 70 57
Binary 10111011 10100000 110100 0 1110 1001000 11011 110000 111000 101111

Color Harmonies of #BBA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA034

Black with #BBA034

Text Example


Text Example

White with #BBA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA034; }

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

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

background-color css

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

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

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

border-color css

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

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

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