Html Css Color HEX #BAA130 Sahara

📋 copy color: '#BAA130'

red 186 ◦ green 161 ◦ blue 48

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

Shades of Sahara #BAA130

Tints of Sahara #BAA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.76%

 BLUE value IS 48 (19.14% from 255) = 12.15%

R = 47.09%
G = 40.76%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BAA130 (or 0xBAA130) is known color: Sahara. HEX triplet: BA, A1 and 30. RGB value is (186,161,48). Sum of RGB (Red+Green+Blue) = 186+161+48=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA130 is #455ECF. Grayscale: #9C9C9C. Windows color (decimal): -4546256 or 3187130. OLE color: 3187130.

HSL color Cylindrical-coordinate representation of color #BAA130: hue angle of 49.13º degrees, saturation: 0.59, 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 #BAA130 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 161 48 -
CMYK 0 0.13 0.74 0.27
HSL 49.13º 0.59% 0.46% -
HSV(B) 49.13º 0.74% 0.73% -
XYZ 33.53 36.14 8.01 -
YUV 155.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 186 161 48 0 0.13 0.74 0.27 49.13 0.59 0.46
Hex BA A1 30 0 D 4A 1B 31 3B 2E
Octal 272 241 60 0 15 112 33 61 73 56
Binary 10111010 10100001 110000 0 1101 1001010 11011 110001 111011 101110

Color Harmonies of #BAA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA130

Black with #BAA130

Text Example


Text Example

White with #BAA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA130; }

 p { color: rgb(186,161,48); }

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

background-color css

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

 a { background-color: rgb(186,161,48); }

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

border-color css

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

 span { border-color: rgb(186,161,48); }

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