Html Css Color HEX #BAB10A La Rioja

📋 copy color: '#BAB10A'

red 186 ◦ green 177 ◦ blue 10

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

Shades of La Rioja #BAB10A

Tints of La Rioja #BAB10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.45%

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 49.87%
G = 47.45%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAB10A (or 0xBAB10A) is known color: La Rioja. HEX triplet: BA, B1 and 0A. RGB value is (186,177,10). Sum of RGB (Red+Green+Blue) = 186+177+10=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB10A is #454EF5. Grayscale: #A1A1A1. Windows color (decimal): -4542198 or 700858. OLE color: 700858.

HSL color Cylindrical-coordinate representation of color #BAB10A: hue angle of 56.93º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAB10A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 177 10 -
CMYK 0 0.05 0.95 0.27
HSL 56.93º 0.9% 0.38% -
HSV(B) 56.93º 0.95% 0.73% -
XYZ 36.03 41.91 6.48 -
YUV 160.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 186 177 10 0 0.05 0.95 0.27 56.93 0.9 0.38
Hex BA B1 A 0 5 5F 1B 39 5A 26
Octal 272 261 12 0 5 137 33 71 132 46
Binary 10111010 10110001 1010 0 101 1011111 11011 111001 1011010 100110

Color Harmonies of #BAB10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB10A

Black with #BAB10A

Text Example


Text Example

White with #BAB10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB10A; }

 p { color: rgb(186,177,10); }

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

background-color css

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

 a { background-color: rgb(186,177,10); }

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

border-color css

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

 span { border-color: rgb(186,177,10); }

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