Html Css Color HEX #BAB607 La Rioja

📋 copy color: '#BAB607'

red 186 ◦ green 182 ◦ blue 7

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

Shades of La Rioja #BAB607

Tints of La Rioja #BAB607

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.53%

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

R = 49.6%
G = 48.53%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB607 (or 0xBAB607) is known color: La Rioja. HEX triplet: BA, B6 and 07. RGB value is (186,182,7). Sum of RGB (Red+Green+Blue) = 186+182+7=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB607 is #4549F8. Grayscale: #A3A3A3. Windows color (decimal): -4540921 or 505530. OLE color: 505530.

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

Color convert

RGB 186 182 7 -
CMYK 0 0.02 0.96 0.27
HSL 58.66º 0.93% 0.38% -
HSV(B) 58.66º 0.96% 0.73% -
XYZ 37.02 43.91 6.73 -
YUV 163.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 186 182 7 0 0.02 0.96 0.27 58.66 0.93 0.38
Hex BA B6 7 0 2 60 1B 3B 5D 26
Octal 272 266 7 0 2 140 33 73 135 46
Binary 10111010 10110110 111 0 10 1100000 11011 111011 1011101 100110

Color Harmonies of #BAB607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB607

Black with #BAB607

Text Example


Text Example

White with #BAB607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB607; }

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

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

background-color css

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

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

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

border-color css

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

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

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