Html Css Color HEX #BA9929 Sahara

📋 copy color: '#BA9929'

red 186 ◦ green 153 ◦ blue 41

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

Shades of Sahara #BA9929

Tints of Sahara #BA9929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 48.95%
G = 40.26%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA9929 (or 0xBA9929) is known color: Sahara. HEX triplet: BA, 99 and 29. RGB value is (186,153,41). Sum of RGB (Red+Green+Blue) = 186+153+41=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9929 is #4566D6. Grayscale: #969696. Windows color (decimal): -4548311 or 2726330. OLE color: 2726330.

HSL color Cylindrical-coordinate representation of color #BA9929: hue angle of 46.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA9929 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 153 41 -
CMYK 0 0.18 0.78 0.27
HSL 46.34º 0.64% 0.45% -
HSV(B) 46.34º 0.78% 0.73% -
XYZ 32.04 33.38 6.85 -
YUV 150.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 186 153 41 0 0.18 0.78 0.27 46.34 0.64 0.45
Hex BA 99 29 0 12 4E 1B 2E 40 2D
Octal 272 231 51 0 22 116 33 56 100 55
Binary 10111010 10011001 101001 0 10010 1001110 11011 101110 1000000 101101

Color Harmonies of #BA9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9929

Black with #BA9929

Text Example


Text Example

White with #BA9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9929; }

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

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

background-color css

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

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

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

border-color css

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

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

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