Html Css Color HEX #BAAF11 La Rioja

📋 copy color: '#BAAF11'

red 186 ◦ green 175 ◦ blue 17

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

Shades of La Rioja #BAAF11

Tints of La Rioja #BAAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 49.21%
G = 46.3%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BAAF11 (or 0xBAAF11) is known color: La Rioja. HEX triplet: BA, AF and 11. RGB value is (186,175,17). Sum of RGB (Red+Green+Blue) = 186+175+17=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF11 is #4550EE. Grayscale: #A0A0A0. Windows color (decimal): -4542703 or 1159098. OLE color: 1159098.

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

Color convert

RGB 186 175 17 -
CMYK 0 0.06 0.91 0.27
HSL 56.09º 0.83% 0.4% -
HSV(B) 56.09º 0.91% 0.73% -
XYZ 35.68 41.14 6.59 -
YUV 160.28 47.14 146.35 -
System Red Green Blue C M Y K H S L
Decimal 186 175 17 0 0.06 0.91 0.27 56.09 0.83 0.4
Hex BA AF 11 0 6 5B 1B 38 53 28
Octal 272 257 21 0 6 133 33 70 123 50
Binary 10111010 10101111 10001 0 110 1011011 11011 111000 1010011 101000

Color Harmonies of #BAAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF11

Black with #BAAF11

Text Example


Text Example

White with #BAAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF11; }

 p { color: rgb(186,175,17); }

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

background-color css

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

 a { background-color: rgb(186,175,17); }

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

border-color css

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

 span { border-color: rgb(186,175,17); }

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