Html Css Color HEX #B0B60F La Rioja

📋 copy color: '#B0B60F'

red 176 ◦ green 182 ◦ blue 15

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

Shades of La Rioja #B0B60F

Tints of La Rioja #B0B60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.79%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 47.18%
G = 48.79%
B = 4.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B0B60F (or 0xB0B60F) is known color: La Rioja. HEX triplet: B0, B6 and 0F. RGB value is (176,182,15). Sum of RGB (Red+Green+Blue) = 176+182+15=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B60F is #4F49F0. Grayscale: #A1A1A1. Windows color (decimal): -5196273 or 1029808. OLE color: 1029808.

HSL color Cylindrical-coordinate representation of color #B0B60F: hue angle of 62.16º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0B60F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 15 -
CMYK 0.03 0 0.92 0.29
HSL 62.16º 0.85% 0.39% -
HSV(B) 62.16º 0.92% 0.71% -
XYZ 34.72 42.72 6.87 -
YUV 161.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 176 182 15 0.03 0 0.92 0.29 62.16 0.85 0.39
Hex B0 B6 F 3 0 5C 1D 3E 55 27
Octal 260 266 17 3 0 134 35 76 125 47
Binary 10110000 10110110 1111 11 0 1011100 11101 111110 1010101 100111

Color Harmonies of #B0B60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B60F

Black with #B0B60F

Text Example


Text Example

White with #B0B60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B60F; }

 p { color: rgb(176,182,15); }

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

background-color css

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

 a { background-color: rgb(176,182,15); }

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

border-color css

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

 span { border-color: rgb(176,182,15); }

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