Html Css Color HEX #BA9D32 Sahara

📋 copy color: '#BA9D32'

red 186 ◦ green 157 ◦ blue 50

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

Shades of Sahara #BA9D32

Tints of Sahara #BA9D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 50 (19.92% from 255) = 12.72%

R = 47.33%
G = 39.95%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA9D32 (or 0xBA9D32) is known color: Sahara. HEX triplet: BA, 9D and 32. RGB value is (186,157,50). Sum of RGB (Red+Green+Blue) = 186+157+50=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D32 is #4562CD. Grayscale: #999999. Windows color (decimal): -4547278 or 3317178. OLE color: 3317178.

HSL color Cylindrical-coordinate representation of color #BA9D32: hue angle of 47.21º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA9D32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 157 50 -
CMYK 0 0.16 0.73 0.27
HSL 47.21º 0.58% 0.46% -
HSV(B) 47.21º 0.73% 0.73% -
XYZ 32.88 34.78 8 -
YUV 153.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 186 157 50 0 0.16 0.73 0.27 47.21 0.58 0.46
Hex BA 9D 32 0 10 49 1B 2F 3A 2E
Octal 272 235 62 0 20 111 33 57 72 56
Binary 10111010 10011101 110010 0 10000 1001001 11011 101111 111010 101110

Color Harmonies of #BA9D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D32

Black with #BA9D32

Text Example


Text Example

White with #BA9D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D32; }

 p { color: rgb(186,157,50); }

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

background-color css

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

 a { background-color: rgb(186,157,50); }

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

border-color css

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

 span { border-color: rgb(186,157,50); }

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