Html Css Color HEX #BA9525 Sahara

📋 copy color: '#BA9525'

red 186 ◦ green 149 ◦ blue 37

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

Shades of Sahara #BA9525

Tints of Sahara #BA9525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 50%
G = 40.05%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9525 (or 0xBA9525) is known color: Sahara. HEX triplet: BA, 95 and 25. RGB value is (186,149,37). Sum of RGB (Red+Green+Blue) = 186+149+37=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9525 is #456ADA. Grayscale: #939393. Windows color (decimal): -4549339 or 2463162. OLE color: 2463162.

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

Color convert

RGB 186 149 37 -
CMYK 0 0.20 0.80 0.27
HSL 45.1º 0.67% 0.44% -
HSV(B) 45.1º 0.8% 0.73% -
XYZ 31.33 32.07 6.29 -
YUV 147.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 186 149 37 0 0.20 0.80 0.27 45.1 0.67 0.44
Hex BA 95 25 0 14 50 1B 2D 43 2C
Octal 272 225 45 0 24 120 33 55 103 54
Binary 10111010 10010101 100101 0 10100 1010000 11011 101101 1000011 101100

Color Harmonies of #BA9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9525

Black with #BA9525

Text Example


Text Example

White with #BA9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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