Html Css Color HEX #B5B315 La Rioja

📋 copy color: '#B5B315'

red 181 ◦ green 179 ◦ blue 21

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

Shades of La Rioja #B5B315

Tints of La Rioja #B5B315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 47.51%
G = 46.98%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B5B315 (or 0xB5B315) is known color: La Rioja. HEX triplet: B5, B3 and 15. RGB value is (181,179,21). Sum of RGB (Red+Green+Blue) = 181+179+21=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B315 is #4A4CEA. Grayscale: #A2A2A2. Windows color (decimal): -4869355 or 1422261. OLE color: 1422261.

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

Color convert

RGB 181 179 21 -
CMYK 0 0.01 0.88 0.29
HSL 59.25º 0.79% 0.4% -
HSV(B) 59.25º 0.88% 0.71% -
XYZ 35.31 42.12 6.98 -
YUV 161.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 181 179 21 0 0.01 0.88 0.29 59.25 0.79 0.4
Hex B5 B3 15 0 1 58 1D 3B 4F 28
Octal 265 263 25 0 1 130 35 73 117 50
Binary 10110101 10110011 10101 0 1 1011000 11101 111011 1001111 101000

Color Harmonies of #B5B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B315

Black with #B5B315

Text Example


Text Example

White with #B5B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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