Html Css Color HEX #BA9825 Sahara

📋 copy color: '#BA9825'

red 186 ◦ green 152 ◦ blue 37

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

Shades of Sahara #BA9825

Tints of Sahara #BA9825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 49.6%
G = 40.53%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA9825 (or 0xBA9825) is known color: Sahara. HEX triplet: BA, 98 and 25. RGB value is (186,152,37). Sum of RGB (Red+Green+Blue) = 186+152+37=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9825 is #4567DA. Grayscale: #959595. Windows color (decimal): -4548571 or 2463930. OLE color: 2463930.

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

Color convert

RGB 186 152 37 -
CMYK 0 0.18 0.80 0.27
HSL 46.31º 0.67% 0.44% -
HSV(B) 46.31º 0.8% 0.73% -
XYZ 31.81 33.03 6.45 -
YUV 149.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 186 152 37 0 0.18 0.80 0.27 46.31 0.67 0.44
Hex BA 98 25 0 12 50 1B 2E 43 2C
Octal 272 230 45 0 22 120 33 56 103 54
Binary 10111010 10011000 100101 0 10010 1010000 11011 101110 1000011 101100

Color Harmonies of #BA9825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9825

Black with #BA9825

Text Example


Text Example

White with #BA9825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9825; }

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

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

background-color css

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

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

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

border-color css

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

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

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