Html Css Color HEX #BAB717 La Rioja

📋 copy color: '#BAB717'

red 186 ◦ green 183 ◦ blue 23

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

Shades of La Rioja #BAB717

Tints of La Rioja #BAB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.68%

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

R = 47.45%
G = 46.68%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BAB717 (or 0xBAB717) is known color: La Rioja. HEX triplet: BA, B7 and 17. RGB value is (186,183,23). Sum of RGB (Red+Green+Blue) = 186+183+23=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB717 is #4548E8. Grayscale: #A6A6A6. Windows color (decimal): -4540649 or 1554362. OLE color: 1554362.

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

Color convert

RGB 186 183 23 -
CMYK 0 0.02 0.88 0.27
HSL 58.9º 0.78% 0.41% -
HSV(B) 58.9º 0.88% 0.73% -
XYZ 37.34 44.37 7.41 -
YUV 165.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 186 183 23 0 0.02 0.88 0.27 58.9 0.78 0.41
Hex BA B7 17 0 2 58 1B 3B 4E 29
Octal 272 267 27 0 2 130 33 73 116 51
Binary 10111010 10110111 10111 0 10 1011000 11011 111011 1001110 101001

Color Harmonies of #BAB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB717

Black with #BAB717

Text Example


Text Example

White with #BAB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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