Html Css Color HEX #B5B313 La Rioja

📋 copy color: '#B5B313'

red 181 ◦ green 179 ◦ blue 19

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

Shades of La Rioja #B5B313

Tints of La Rioja #B5B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 47.76%
G = 47.23%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B5B313 (or 0xB5B313) is known color: La Rioja. HEX triplet: B5, B3 and 13. RGB value is (181,179,19). Sum of RGB (Red+Green+Blue) = 181+179+19=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B313 is #4A4CEC. Grayscale: #A2A2A2. Windows color (decimal): -4869357 or 1291189. OLE color: 1291189.

HSL color Cylindrical-coordinate representation of color #B5B313: hue angle of 59.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B313 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 179 19 -
CMYK 0 0.01 0.90 0.29
HSL 59.26º 0.81% 0.39% -
HSV(B) 59.26º 0.9% 0.71% -
XYZ 35.29 42.11 6.88 -
YUV 161.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 181 179 19 0 0.01 0.90 0.29 59.26 0.81 0.39
Hex B5 B3 13 0 1 5A 1D 3B 51 27
Octal 265 263 23 0 1 132 35 73 121 47
Binary 10110101 10110011 10011 0 1 1011010 11101 111011 1010001 100111

Color Harmonies of #B5B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B313

Black with #B5B313

Text Example


Text Example

White with #B5B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B313; }

 p { color: rgb(181,179,19); }

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

background-color css

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

 a { background-color: rgb(181,179,19); }

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

border-color css

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

 span { border-color: rgb(181,179,19); }

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