Html Css Color HEX #BABB0F La Rioja

📋 copy color: '#BABB0F'

red 186 ◦ green 187 ◦ blue 15

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

Shades of La Rioja #BABB0F

Tints of La Rioja #BABB0F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.2%

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

R = 47.94%
G = 48.2%
B = 3.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BABB0F (or 0xBABB0F) is known color: La Rioja. HEX triplet: BA, BB and 0F. RGB value is (186,187,15). Sum of RGB (Red+Green+Blue) = 186+187+15=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB0F is #4544F0. Grayscale: #A7A7A7. Windows color (decimal): -4539633 or 1031098. OLE color: 1031098.

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

Color convert

RGB 186 187 15 -
CMYK 0.01 0 0.92 0.27
HSL 60.35º 0.85% 0.4% -
HSV(B) 60.35º 0.92% 0.73% -
XYZ 38.11 46.01 7.33 -
YUV 167.09 42.17 141.49 -
System Red Green Blue C M Y K H S L
Decimal 186 187 15 0.01 0 0.92 0.27 60.35 0.85 0.4
Hex BA BB F 1 0 5C 1B 3C 55 28
Octal 272 273 17 1 0 134 33 74 125 50
Binary 10111010 10111011 1111 1 0 1011100 11011 111100 1010101 101000

Color Harmonies of #BABB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB0F

Black with #BABB0F

Text Example


Text Example

White with #BABB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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