Html Css Color HEX #B0B914 La Rioja

📋 copy color: '#B0B914'

red 176 ◦ green 185 ◦ blue 20

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

Shades of La Rioja #B0B914

Tints of La Rioja #B0B914

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

 GREEN value IS 185 (72.66% from 255) = 48.56%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 46.19%
G = 48.56%
B = 5.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B0B914 (or 0xB0B914) is known color: La Rioja. HEX triplet: B0, B9 and 14. RGB value is (176,185,20). Sum of RGB (Red+Green+Blue) = 176+185+20=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 185 (72.66% from 255 or 48.56% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B914 is #4F46EB. Grayscale: #A4A4A4. Windows color (decimal): -5195500 or 1358256. OLE color: 1358256.

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

Color convert

RGB 176 185 20 -
CMYK 0.05 0 0.89 0.27
HSL 63.27º 0.8% 0.4% -
HSV(B) 63.27º 0.89% 0.73% -
XYZ 35.38 43.98 7.29 -
YUV 163.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 176 185 20 0.05 0 0.89 0.27 63.27 0.8 0.4
Hex B0 B9 14 5 0 59 1B 3F 50 28
Octal 260 271 24 5 0 131 33 77 120 50
Binary 10110000 10111001 10100 101 0 1011001 11011 111111 1010000 101000

Color Harmonies of #B0B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B914

Black with #B0B914

Text Example


Text Example

White with #B0B914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B914; }

 p { color: rgb(176,185,20); }

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

background-color css

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

 a { background-color: rgb(176,185,20); }

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

border-color css

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

 span { border-color: rgb(176,185,20); }

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