Html Css Color HEX #BA9925 Sahara

📋 copy color: '#BA9925'

red 186 ◦ green 153 ◦ blue 37

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

Shades of Sahara #BA9925

Tints of Sahara #BA9925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 49.47%
G = 40.69%
B = 9.84%

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

#BA9925 (or 0xBA9925) is known color: Sahara. HEX triplet: BA, 99 and 25. RGB value is (186,153,37). Sum of RGB (Red+Green+Blue) = 186+153+37=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9925 is #4566DA. Grayscale: #969696. Windows color (decimal): -4548315 or 2464186. OLE color: 2464186.

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

Color convert

RGB 186 153 37 -
CMYK 0 0.18 0.80 0.27
HSL 46.71º 0.67% 0.44% -
HSV(B) 46.71º 0.8% 0.73% -
XYZ 31.97 33.36 6.5 -
YUV 149.64 64.43 153.93 -
System Red Green Blue C M Y K H S L
Decimal 186 153 37 0 0.18 0.80 0.27 46.71 0.67 0.44
Hex BA 99 25 0 12 50 1B 2F 43 2C
Octal 272 231 45 0 22 120 33 57 103 54
Binary 10111010 10011001 100101 0 10010 1010000 11011 101111 1000011 101100

Color Harmonies of #BA9925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9925

Black with #BA9925

Text Example


Text Example

White with #BA9925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9925; }

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

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

background-color css

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

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

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

border-color css

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

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

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