Html Css Color HEX #B5B10F La Rioja

📋 copy color: '#B5B10F'

red 181 ◦ green 177 ◦ blue 15

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

Shades of La Rioja #B5B10F

Tints of La Rioja #B5B10F

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

 GREEN value IS 177 (69.53% from 255) = 47.45%

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

R = 48.53%
G = 47.45%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5B10F (or 0xB5B10F) is known color: La Rioja. HEX triplet: B5, B1 and 0F. RGB value is (181,177,15). Sum of RGB (Red+Green+Blue) = 181+177+15=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B10F is #4A4EF0. Grayscale: #A0A0A0. Windows color (decimal): -4869873 or 1028533. OLE color: 1028533.

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

Color convert

RGB 181 177 15 -
CMYK 0 0.02 0.92 0.29
HSL 58.55º 0.85% 0.38% -
HSV(B) 58.55º 0.92% 0.71% -
XYZ 34.86 41.3 6.59 -
YUV 159.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 181 177 15 0 0.02 0.92 0.29 58.55 0.85 0.38
Hex B5 B1 F 0 2 5C 1D 3B 55 26
Octal 265 261 17 0 2 134 35 73 125 46
Binary 10110101 10110001 1111 0 10 1011100 11101 111011 1010101 100110

Color Harmonies of #B5B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B10F

Black with #B5B10F

Text Example


Text Example

White with #B5B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B10F; }

 p { color: rgb(181,177,15); }

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

background-color css

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

 a { background-color: rgb(181,177,15); }

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

border-color css

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

 span { border-color: rgb(181,177,15); }

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