Html Css Color HEX #BAAA01 La Rioja

📋 copy color: '#BAAA01'

red 186 ◦ green 170 ◦ blue 1

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

Shades of La Rioja #BAAA01

Tints of La Rioja #BAAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

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

R = 52.1%
G = 47.62%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BAAA01 (or 0xBAAA01) is known color: La Rioja. HEX triplet: BA, AA and 01. RGB value is (186,170,1). Sum of RGB (Red+Green+Blue) = 186+170+1=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAA01 is #4555FE. Grayscale: #9C9C9C. Windows color (decimal): -4543999 or 109242. OLE color: 109242.

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

Color convert

RGB 186 170 1 -
CMYK 0 0.09 0.99 0.27
HSL 54.81º 0.99% 0.37% -
HSV(B) 54.81º 0.99% 0.73% -
XYZ 34.63 39.19 5.77 -
YUV 155.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 186 170 1 0 0.09 0.99 0.27 54.81 0.99 0.37
Hex BA AA 1 0 9 63 1B 37 63 25
Octal 272 252 1 0 11 143 33 67 143 45
Binary 10111010 10101010 1 0 1001 1100011 11011 110111 1100011 100101

Color Harmonies of #BAAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAA01

Black with #BAAA01

Text Example


Text Example

White with #BAAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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