Html Css Color HEX #BAAB0A La Rioja

📋 copy color: '#BAAB0A'

red 186 ◦ green 171 ◦ blue 10

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

Shades of La Rioja #BAAB0A

Tints of La Rioja #BAAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

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

R = 50.68%
G = 46.59%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAAB0A (or 0xBAAB0A) is known color: La Rioja. HEX triplet: BA, AB and 0A. RGB value is (186,171,10). Sum of RGB (Red+Green+Blue) = 186+171+10=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB0A is #4554F5. Grayscale: #9D9D9D. Windows color (decimal): -4543734 or 699322. OLE color: 699322.

HSL color Cylindrical-coordinate representation of color #BAAB0A: hue angle of 54.89º 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 #BAAB0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 171 10 -
CMYK 0 0.08 0.95 0.27
HSL 54.89º 0.9% 0.38% -
HSV(B) 54.89º 0.95% 0.73% -
XYZ 34.87 39.59 6.09 -
YUV 157.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 186 171 10 0 0.08 0.95 0.27 54.89 0.9 0.38
Hex BA AB A 0 8 5F 1B 37 5A 26
Octal 272 253 12 0 10 137 33 67 132 46
Binary 10111010 10101011 1010 0 1000 1011111 11011 110111 1011010 100110

Color Harmonies of #BAAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB0A

Black with #BAAB0A

Text Example


Text Example

White with #BAAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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