Html Css Color HEX #BAB10D La Rioja

📋 copy color: '#BAB10D'

red 186 ◦ green 177 ◦ blue 13

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

Shades of La Rioja #BAB10D

Tints of La Rioja #BAB10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 49.47%
G = 47.07%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAB10D (or 0xBAB10D) is known color: La Rioja. HEX triplet: BA, B1 and 0D. RGB value is (186,177,13). Sum of RGB (Red+Green+Blue) = 186+177+13=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB10D is #454EF2. Grayscale: #A1A1A1. Windows color (decimal): -4542195 or 897466. OLE color: 897466.

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

Color convert

RGB 186 177 13 -
CMYK 0 0.05 0.93 0.27
HSL 56.88º 0.87% 0.39% -
HSV(B) 56.88º 0.93% 0.73% -
XYZ 36.04 41.91 6.57 -
YUV 161 44.48 145.84 -
System Red Green Blue C M Y K H S L
Decimal 186 177 13 0 0.05 0.93 0.27 56.88 0.87 0.39
Hex BA B1 D 0 5 5D 1B 39 57 27
Octal 272 261 15 0 5 135 33 71 127 47
Binary 10111010 10110001 1101 0 101 1011101 11011 111001 1010111 100111

Color Harmonies of #BAB10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB10D

Black with #BAB10D

Text Example


Text Example

White with #BAB10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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