Html Css Color HEX #BAB70D La Rioja

📋 copy color: '#BAB70D'

red 186 ◦ green 183 ◦ blue 13

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

Shades of La Rioja #BAB70D

Tints of La Rioja #BAB70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 48.69%
G = 47.91%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BAB70D (or 0xBAB70D) is known color: La Rioja. HEX triplet: BA, B7 and 0D. RGB value is (186,183,13). Sum of RGB (Red+Green+Blue) = 186+183+13=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB70D is #4548F2. Grayscale: #A5A5A5. Windows color (decimal): -4540659 or 899002. OLE color: 899002.

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

Color convert

RGB 186 183 13 -
CMYK 0 0.02 0.93 0.27
HSL 58.96º 0.87% 0.39% -
HSV(B) 58.96º 0.93% 0.73% -
XYZ 37.26 44.34 6.97 -
YUV 164.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 186 183 13 0 0.02 0.93 0.27 58.96 0.87 0.39
Hex BA B7 D 0 2 5D 1B 3B 57 27
Octal 272 267 15 0 2 135 33 73 127 47
Binary 10111010 10110111 1101 0 10 1011101 11011 111011 1010111 100111

Color Harmonies of #BAB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB70D

Black with #BAB70D

Text Example


Text Example

White with #BAB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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