Html Css Color HEX #BAB417 La Rioja

📋 copy color: '#BAB417'

red 186 ◦ green 180 ◦ blue 23

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

Shades of La Rioja #BAB417

Tints of La Rioja #BAB417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 47.81%
G = 46.27%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAB417 (or 0xBAB417) is known color: La Rioja. HEX triplet: BA, B4 and 17. RGB value is (186,180,23). Sum of RGB (Red+Green+Blue) = 186+180+23=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB417 is #454BE8. Grayscale: #A4A4A4. Windows color (decimal): -4541417 or 1553594. OLE color: 1553594.

HSL color Cylindrical-coordinate representation of color #BAB417: hue angle of 57.79º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BAB417 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 23 -
CMYK 0 0.03 0.88 0.27
HSL 57.79º 0.78% 0.41% -
HSV(B) 57.79º 0.88% 0.73% -
XYZ 36.73 43.14 7.2 -
YUV 163.9 48.49 143.77 -
System Red Green Blue C M Y K H S L
Decimal 186 180 23 0 0.03 0.88 0.27 57.79 0.78 0.41
Hex BA B4 17 0 3 58 1B 3A 4E 29
Octal 272 264 27 0 3 130 33 72 116 51
Binary 10111010 10110100 10111 0 11 1011000 11011 111010 1001110 101001

Color Harmonies of #BAB417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB417

Black with #BAB417

Text Example


Text Example

White with #BAB417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB417; }

 p { color: rgb(186,180,23); }

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

background-color css

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

 a { background-color: rgb(186,180,23); }

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

border-color css

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

 span { border-color: rgb(186,180,23); }

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