Html Css Color HEX #BAAC01 La Rioja

📋 copy color: '#BAAC01'

red 186 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #BAAC01

Tints of La Rioja #BAAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.91%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 51.81%
G = 47.91%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAAC01 (or 0xBAAC01) is known color: La Rioja. HEX triplet: BA, AC and 01. RGB value is (186,172,1). Sum of RGB (Red+Green+Blue) = 186+172+1=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC01 is #4553FE. Grayscale: #9D9D9D. Windows color (decimal): -4543487 or 109754. OLE color: 109754.

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

Color convert

RGB 186 172 1 -
CMYK 0 0.08 0.99 0.27
HSL 55.46º 0.99% 0.37% -
HSV(B) 55.46º 0.99% 0.73% -
XYZ 35.01 39.95 5.89 -
YUV 156.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 186 172 1 0 0.08 0.99 0.27 55.46 0.99 0.37
Hex BA AC 1 0 8 63 1B 37 63 25
Octal 272 254 1 0 10 143 33 67 143 45
Binary 10111010 10101100 1 0 1000 1100011 11011 110111 1100011 100101

Color Harmonies of #BAAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAC01

Black with #BAAC01

Text Example


Text Example

White with #BAAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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