Html Css Color HEX #BA9829 Sahara

📋 copy color: '#BA9829'

red 186 ◦ green 152 ◦ blue 41

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

Shades of Sahara #BA9829

Tints of Sahara #BA9829

RGB

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

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

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

R = 49.08%
G = 40.11%
B = 10.82%

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

#BA9829 (or 0xBA9829) is known color: Sahara. HEX triplet: BA, 98 and 29. RGB value is (186,152,41). Sum of RGB (Red+Green+Blue) = 186+152+41=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9829 is #4567D6. Grayscale: #959595. Windows color (decimal): -4548567 or 2726074. OLE color: 2726074.

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

Color convert

RGB 186 152 41 -
CMYK 0 0.18 0.78 0.27
HSL 45.93º 0.64% 0.45% -
HSV(B) 45.93º 0.78% 0.73% -
XYZ 31.88 33.06 6.8 -
YUV 149.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 186 152 41 0 0.18 0.78 0.27 45.93 0.64 0.45
Hex BA 98 29 0 12 4E 1B 2E 40 2D
Octal 272 230 51 0 22 116 33 56 100 55
Binary 10111010 10011000 101001 0 10010 1001110 11011 101110 1000000 101101

Color Harmonies of #BA9829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9829

Black with #BA9829

Text Example


Text Example

White with #BA9829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9829; }

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

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

background-color css

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

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

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

border-color css

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

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

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