Html Css Color HEX #BAB007 La Rioja

📋 copy color: '#BAB007'

red 186 ◦ green 176 ◦ blue 7

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

Shades of La Rioja #BAB007

Tints of La Rioja #BAB007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 50.41%
G = 47.7%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAB007 (or 0xBAB007) is known color: La Rioja. HEX triplet: BA, B0 and 07. RGB value is (186,176,7). Sum of RGB (Red+Green+Blue) = 186+176+7=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAB007 is #454FF8. Grayscale: #A0A0A0. Windows color (decimal): -4542457 or 503994. OLE color: 503994.

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

Color convert

RGB 186 176 7 -
CMYK 0 0.05 0.96 0.27
HSL 56.65º 0.93% 0.38% -
HSV(B) 56.65º 0.96% 0.73% -
XYZ 35.81 41.51 6.32 -
YUV 159.72 41.81 146.74 -
System Red Green Blue C M Y K H S L
Decimal 186 176 7 0 0.05 0.96 0.27 56.65 0.93 0.38
Hex BA B0 7 0 5 60 1B 39 5D 26
Octal 272 260 7 0 5 140 33 71 135 46
Binary 10111010 10110000 111 0 101 1100000 11011 111001 1011101 100110

Color Harmonies of #BAB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB007

Black with #BAB007

Text Example


Text Example

White with #BAB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB007; }

 p { color: rgb(186,176,7); }

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

background-color css

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

 a { background-color: rgb(186,176,7); }

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

border-color css

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

 span { border-color: rgb(186,176,7); }

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