Html Css Color HEX #BAB715 La Rioja

📋 copy color: '#BAB715'

red 186 ◦ green 183 ◦ blue 21

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

Shades of La Rioja #BAB715

Tints of La Rioja #BAB715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 47.69%
G = 46.92%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BAB715 (or 0xBAB715) is known color: La Rioja. HEX triplet: BA, B7 and 15. RGB value is (186,183,21). Sum of RGB (Red+Green+Blue) = 186+183+21=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB715 is #4548EA. Grayscale: #A6A6A6. Windows color (decimal): -4540651 or 1423290. OLE color: 1423290.

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

Color convert

RGB 186 183 21 -
CMYK 0 0.02 0.89 0.27
HSL 58.91º 0.8% 0.41% -
HSV(B) 58.91º 0.89% 0.73% -
XYZ 37.32 44.36 7.3 -
YUV 165.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 186 183 21 0 0.02 0.89 0.27 58.91 0.8 0.41
Hex BA B7 15 0 2 59 1B 3B 50 29
Octal 272 267 25 0 2 131 33 73 120 51
Binary 10111010 10110111 10101 0 10 1011001 11011 111011 1010000 101001

Color Harmonies of #BAB715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB715

Black with #BAB715

Text Example


Text Example

White with #BAB715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB715; }

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

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

background-color css

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

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

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

border-color css

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

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

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