Html Css Color HEX #BAB60F La Rioja

📋 copy color: '#BAB60F'

red 186 ◦ green 182 ◦ blue 15

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

Shades of La Rioja #BAB60F

Tints of La Rioja #BAB60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 48.56%
G = 47.52%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BAB60F (or 0xBAB60F) is known color: La Rioja. HEX triplet: BA, B6 and 0F. RGB value is (186,182,15). Sum of RGB (Red+Green+Blue) = 186+182+15=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB60F is #4549F0. Grayscale: #A4A4A4. Windows color (decimal): -4540913 or 1029818. OLE color: 1029818.

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

Color convert

RGB 186 182 15 -
CMYK 0 0.02 0.92 0.27
HSL 58.6º 0.85% 0.39% -
HSV(B) 58.6º 0.92% 0.73% -
XYZ 37.06 43.93 6.98 -
YUV 164.16 43.83 143.58 -
System Red Green Blue C M Y K H S L
Decimal 186 182 15 0 0.02 0.92 0.27 58.6 0.85 0.39
Hex BA B6 F 0 2 5C 1B 3B 55 27
Octal 272 266 17 0 2 134 33 73 125 47
Binary 10111010 10110110 1111 0 10 1011100 11011 111011 1010101 100111

Color Harmonies of #BAB60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB60F

Black with #BAB60F

Text Example


Text Example

White with #BAB60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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