Html Css Color HEX #BAB107 La Rioja

📋 copy color: '#BAB107'

red 186 ◦ green 177 ◦ blue 7

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

Shades of La Rioja #BAB107

Tints of La Rioja #BAB107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 50.27%
G = 47.84%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB107 (or 0xBAB107) is known color: La Rioja. HEX triplet: BA, B1 and 07. RGB value is (186,177,7). Sum of RGB (Red+Green+Blue) = 186+177+7=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB107 is #454EF8. Grayscale: #A1A1A1. Windows color (decimal): -4542201 or 504250. OLE color: 504250.

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

Color convert

RGB 186 177 7 -
CMYK 0 0.05 0.96 0.27
HSL 56.98º 0.93% 0.38% -
HSV(B) 56.98º 0.96% 0.73% -
XYZ 36.01 41.9 6.39 -
YUV 160.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 186 177 7 0 0.05 0.96 0.27 56.98 0.93 0.38
Hex BA B1 7 0 5 60 1B 39 5D 26
Octal 272 261 7 0 5 140 33 71 135 46
Binary 10111010 10110001 111 0 101 1100000 11011 111001 1011101 100110

Color Harmonies of #BAB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB107

Black with #BAB107

Text Example


Text Example

White with #BAB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB107; }

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

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

background-color css

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

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

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

border-color css

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

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

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