Html Css Color HEX #B5B314 La Rioja

📋 copy color: '#B5B314'

red 181 ◦ green 179 ◦ blue 20

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

Shades of La Rioja #B5B314

Tints of La Rioja #B5B314

RGB

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

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

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

R = 47.63%
G = 47.11%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B5B314 (or 0xB5B314) is known color: La Rioja. HEX triplet: B5, B3 and 14. RGB value is (181,179,20). Sum of RGB (Red+Green+Blue) = 181+179+20=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B314 is #4A4CEB. Grayscale: #A2A2A2. Windows color (decimal): -4869356 or 1356725. OLE color: 1356725.

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

Color convert

RGB 181 179 20 -
CMYK 0 0.01 0.89 0.29
HSL 59.25º 0.8% 0.39% -
HSV(B) 59.25º 0.89% 0.71% -
XYZ 35.3 42.11 6.93 -
YUV 161.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 181 179 20 0 0.01 0.89 0.29 59.25 0.8 0.39
Hex B5 B3 14 0 1 59 1D 3B 50 27
Octal 265 263 24 0 1 131 35 73 120 47
Binary 10110101 10110011 10100 0 1 1011001 11101 111011 1010000 100111

Color Harmonies of #B5B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B314

Black with #B5B314

Text Example


Text Example

White with #B5B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B314; }

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

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

background-color css

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

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

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

border-color css

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

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

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