Html Css Color HEX #BBA025 Sahara

📋 copy color: '#BBA025'

red 187 ◦ green 160 ◦ blue 37

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

Shades of Sahara #BBA025

Tints of Sahara #BBA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 48.7%
G = 41.67%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA025 (or 0xBBA025) is known color: Sahara. HEX triplet: BB, A0 and 25. RGB value is (187,160,37). Sum of RGB (Red+Green+Blue) = 187+160+37=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA025 is #445FDA. Grayscale: #9A9A9A. Windows color (decimal): -4480987 or 2465979. OLE color: 2465979.

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

Color convert

RGB 187 160 37 -
CMYK 0 0.14 0.80 0.27
HSL 49.2º 0.67% 0.44% -
HSV(B) 49.2º 0.8% 0.73% -
XYZ 33.4 35.84 6.91 -
YUV 154.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 187 160 37 0 0.14 0.80 0.27 49.2 0.67 0.44
Hex BB A0 25 0 E 50 1B 31 43 2C
Octal 273 240 45 0 16 120 33 61 103 54
Binary 10111011 10100000 100101 0 1110 1010000 11011 110001 1000011 101100

Color Harmonies of #BBA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA025

Black with #BBA025

Text Example


Text Example

White with #BBA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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