Html Css Color HEX #BBA024 Sahara

📋 copy color: '#BBA024'

red 187 ◦ green 160 ◦ blue 36

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

Shades of Sahara #BBA024

Tints of Sahara #BBA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.4%

R = 48.83%
G = 41.78%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA024 (or 0xBBA024) is known color: Sahara. HEX triplet: BB, A0 and 24. RGB value is (187,160,36). Sum of RGB (Red+Green+Blue) = 187+160+36=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA024 is #445FDB. Grayscale: #9A9A9A. Windows color (decimal): -4480988 or 2400443. OLE color: 2400443.

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

Color convert

RGB 187 160 36 -
CMYK 0 0.14 0.81 0.27
HSL 49.27º 0.68% 0.44% -
HSV(B) 49.27º 0.81% 0.73% -
XYZ 33.38 35.83 6.83 -
YUV 153.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 187 160 36 0 0.14 0.81 0.27 49.27 0.68 0.44
Hex BB A0 24 0 E 51 1B 31 44 2C
Octal 273 240 44 0 16 121 33 61 104 54
Binary 10111011 10100000 100100 0 1110 1010001 11011 110001 1000100 101100

Color Harmonies of #BBA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA024

Black with #BBA024

Text Example


Text Example

White with #BBA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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