#BAAF01

Color #BAAF01 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BAAF01

Tints of La Rioja #BAAF01

Color information

#BAAF01 (or 0xBAAF01) is unknown color: approx La Rioja. HEX triplet: BA, AF and 01. RGB value is (186,175,1). Sum of RGB (Red+Green+Blue) = 186+175+1=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAF01 is #4550FE. Grayscale: #9F9F9F. Windows color (decimal): -4542719 or 110522. OLE color: 110522.

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

Color convert

RGB1861751-
CMYK00.060.990.27
HSL56.43º98.93%36.67%-
HSV(B)56.43º99.46%72.94%-
XYZ35.5941.16.09-
YUV158.4539.14147.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 1 (0.78% from 255) = 0.28%
R=51.38%
G=48.34%
B=0.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186175100.060.990.2756.4398.9336.67
HexBAAF106631B386325
Octal272257106143337014345
Binary1011101010101111101101100011110111110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF01; }

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

 H1.HeaderClassName
 {
   color: #BAAF01;
 }
 .AnyTagClassName
 {
   color: #BAAF01;
 }
</style>
background-color css

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

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

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

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

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

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