Html Css Color HEX #BAA133 Sahara

📋 copy color: '#BAA133'

red 186 ◦ green 161 ◦ blue 51

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

Shades of Sahara #BAA133

Tints of Sahara #BAA133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 46.73%
G = 40.45%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BAA133 (or 0xBAA133) is known color: Sahara. HEX triplet: BA, A1 and 33. RGB value is (186,161,51). Sum of RGB (Red+Green+Blue) = 186+161+51=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA133 is #455ECC. Grayscale: #9C9C9C. Windows color (decimal): -4546253 or 3383738. OLE color: 3383738.

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

Color convert

RGB 186 161 51 -
CMYK 0 0.13 0.73 0.27
HSL 48.89º 0.57% 0.46% -
HSV(B) 48.89º 0.73% 0.73% -
XYZ 33.59 36.17 8.34 -
YUV 155.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 186 161 51 0 0.13 0.73 0.27 48.89 0.57 0.46
Hex BA A1 33 0 D 49 1B 31 39 2E
Octal 272 241 63 0 15 111 33 61 71 56
Binary 10111010 10100001 110011 0 1101 1001001 11011 110001 111001 101110

Color Harmonies of #BAA133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA133

Black with #BAA133

Text Example


Text Example

White with #BAA133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA133; }

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

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

background-color css

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

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

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

border-color css

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

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

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