Html Css Color HEX #B5B215 La Rioja

📋 copy color: '#B5B215'

red 181 ◦ green 178 ◦ blue 21

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

Shades of La Rioja #B5B215

Tints of La Rioja #B5B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

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

R = 47.63%
G = 46.84%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B5B215 (or 0xB5B215) is known color: La Rioja. HEX triplet: B5, B2 and 15. RGB value is (181,178,21). Sum of RGB (Red+Green+Blue) = 181+178+21=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B215 is #4A4DEA. Grayscale: #A1A1A1. Windows color (decimal): -4869611 or 1422005. OLE color: 1422005.

HSL color Cylindrical-coordinate representation of color #B5B215: hue angle of 58.88º 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 #B5B215 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 21 -
CMYK 0 0.02 0.88 0.29
HSL 58.88º 0.79% 0.4% -
HSV(B) 58.88º 0.88% 0.71% -
XYZ 35.11 41.72 6.91 -
YUV 161 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 181 178 21 0 0.02 0.88 0.29 58.88 0.79 0.4
Hex B5 B2 15 0 2 58 1D 3B 4F 28
Octal 265 262 25 0 2 130 35 73 117 50
Binary 10110101 10110010 10101 0 10 1011000 11101 111011 1001111 101000

Color Harmonies of #B5B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B215

Black with #B5B215

Text Example


Text Example

White with #B5B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B215; }

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

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

background-color css

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

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

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

border-color css

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

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

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