Html Css Color HEX #BAAB04 La Rioja

📋 copy color: '#BAAB04'

red 186 ◦ green 171 ◦ blue 4

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

Shades of La Rioja #BAAB04

Tints of La Rioja #BAAB04

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 51.52%
G = 47.37%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAAB04 (or 0xBAAB04) is known color: La Rioja. HEX triplet: BA, AB and 04. RGB value is (186,171,4). Sum of RGB (Red+Green+Blue) = 186+171+4=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAB04 is #4554FB. Grayscale: #9D9D9D. Windows color (decimal): -4543740 or 306106. OLE color: 306106.

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

Color convert

RGB 186 171 4 -
CMYK 0 0.08 0.98 0.27
HSL 55.05º 0.96% 0.37% -
HSV(B) 55.05º 0.98% 0.73% -
XYZ 34.83 39.57 5.92 -
YUV 156.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 186 171 4 0 0.08 0.98 0.27 55.05 0.96 0.37
Hex BA AB 4 0 8 62 1B 37 60 25
Octal 272 253 4 0 10 142 33 67 140 45
Binary 10111010 10101011 100 0 1000 1100010 11011 110111 1100000 100101

Color Harmonies of #BAAB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAB04

Black with #BAAB04

Text Example


Text Example

White with #BAAB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAB04; }

 p { color: rgb(186,171,4); }

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

background-color css

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

 a { background-color: rgb(186,171,4); }

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

border-color css

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

 span { border-color: rgb(186,171,4); }

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