Html Css Color HEX #BA9D25 Sahara

📋 copy color: '#BA9D25'

red 186 ◦ green 157 ◦ blue 37

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

Shades of Sahara #BA9D25

Tints of Sahara #BA9D25

RGB

 RED value IS 186 (73.05% from 255) = 48.95%

 GREEN value IS 157 (61.72% from 255) = 41.32%

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

R = 48.95%
G = 41.32%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9D25 (or 0xBA9D25) is known color: Sahara. HEX triplet: BA, 9D and 25. RGB value is (186,157,37). Sum of RGB (Red+Green+Blue) = 186+157+37=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D25 is #4562DA. Grayscale: #989898. Windows color (decimal): -4547291 or 2465210. OLE color: 2465210.

HSL color Cylindrical-coordinate representation of color #BA9D25: hue angle of 48.32º 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 #BA9D25 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 37 -
CMYK 0 0.16 0.80 0.27
HSL 48.32º 0.67% 0.44% -
HSV(B) 48.32º 0.8% 0.73% -
XYZ 32.64 34.69 6.73 -
YUV 151.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 186 157 37 0 0.16 0.80 0.27 48.32 0.67 0.44
Hex BA 9D 25 0 10 50 1B 30 43 2C
Octal 272 235 45 0 20 120 33 60 103 54
Binary 10111010 10011101 100101 0 10000 1010000 11011 110000 1000011 101100

Color Harmonies of #BA9D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D25

Black with #BA9D25

Text Example


Text Example

White with #BA9D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D25; }

 p { color: rgb(186,157,37); }

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

background-color css

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

 a { background-color: rgb(186,157,37); }

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

border-color css

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

 span { border-color: rgb(186,157,37); }

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