Html Css Color HEX #BAA031 Sahara

📋 copy color: '#BAA031'

red 186 ◦ green 160 ◦ blue 49

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

Shades of Sahara #BAA031

Tints of Sahara #BAA031

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

 BLUE value IS 49 (19.53% from 255) = 12.41%

R = 47.09%
G = 40.51%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAA031 (or 0xBAA031) is known color: Sahara. HEX triplet: BA, A0 and 31. RGB value is (186,160,49). Sum of RGB (Red+Green+Blue) = 186+160+49=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA031 is #455FCE. Grayscale: #9B9B9B. Windows color (decimal): -4546511 or 3252410. OLE color: 3252410.

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

Color convert

RGB 186 160 49 -
CMYK 0 0.14 0.74 0.27
HSL 48.61º 0.58% 0.46% -
HSV(B) 48.61º 0.74% 0.73% -
XYZ 33.37 35.8 8.06 -
YUV 155.12 68.11 150.03 -
System Red Green Blue C M Y K H S L
Decimal 186 160 49 0 0.14 0.74 0.27 48.61 0.58 0.46
Hex BA A0 31 0 E 4A 1B 31 3A 2E
Octal 272 240 61 0 16 112 33 61 72 56
Binary 10111010 10100000 110001 0 1110 1001010 11011 110001 111010 101110

Color Harmonies of #BAA031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA031

Black with #BAA031

Text Example


Text Example

White with #BAA031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA031; }

 p { color: rgb(186,160,49); }

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

background-color css

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

 a { background-color: rgb(186,160,49); }

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

border-color css

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

 span { border-color: rgb(186,160,49); }

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