Html Css Color HEX #BBA030 Sahara

📋 copy color: '#BBA030'

red 187 ◦ green 160 ◦ blue 48

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

Shades of Sahara #BBA030

Tints of Sahara #BBA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 47.34%
G = 40.51%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBA030 (or 0xBBA030) is known color: Sahara. HEX triplet: BB, A0 and 30. RGB value is (187,160,48). Sum of RGB (Red+Green+Blue) = 187+160+48=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA030 is #445FCF. Grayscale: #9B9B9B. Windows color (decimal): -4480976 or 3186875. OLE color: 3186875.

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

Color convert

RGB 187 160 48 -
CMYK 0 0.14 0.74 0.27
HSL 48.35º 0.59% 0.46% -
HSV(B) 48.35º 0.74% 0.73% -
XYZ 33.6 35.92 7.96 -
YUV 155.31 67.45 150.61 -
System Red Green Blue C M Y K H S L
Decimal 187 160 48 0 0.14 0.74 0.27 48.35 0.59 0.46
Hex BB A0 30 0 E 4A 1B 30 3B 2E
Octal 273 240 60 0 16 112 33 60 73 56
Binary 10111011 10100000 110000 0 1110 1001010 11011 110000 111011 101110

Color Harmonies of #BBA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA030

Black with #BBA030

Text Example


Text Example

White with #BBA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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