Html Css Color HEX #BBA028 Sahara

📋 copy color: '#BBA028'

red 187 ◦ green 160 ◦ blue 40

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

Shades of Sahara #BBA028

Tints of Sahara #BBA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.34%

R = 48.32%
G = 41.34%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BBA028 (or 0xBBA028) is known color: Sahara. HEX triplet: BB, A0 and 28. RGB value is (187,160,40). Sum of RGB (Red+Green+Blue) = 187+160+40=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA028 is #445FD7. Grayscale: #9A9A9A. Windows color (decimal): -4480984 or 2662587. OLE color: 2662587.

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

Color convert

RGB 187 160 40 -
CMYK 0 0.14 0.79 0.27
HSL 48.98º 0.65% 0.45% -
HSV(B) 48.98º 0.79% 0.73% -
XYZ 33.45 35.86 7.17 -
YUV 154.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 187 160 40 0 0.14 0.79 0.27 48.98 0.65 0.45
Hex BB A0 28 0 E 4F 1B 31 41 2D
Octal 273 240 50 0 16 117 33 61 101 55
Binary 10111011 10100000 101000 0 1110 1001111 11011 110001 1000001 101101

Color Harmonies of #BBA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA028

Black with #BBA028

Text Example


Text Example

White with #BBA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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