Html Css Color HEX #B5B710 La Rioja

📋 copy color: '#B5B710'

red 181 ◦ green 183 ◦ blue 16

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

Shades of La Rioja #B5B710

Tints of La Rioja #B5B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.16%

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 47.63%
G = 48.16%
B = 4.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B5B710 (or 0xB5B710) is known color: La Rioja. HEX triplet: B5, B7 and 10. RGB value is (181,183,16). Sum of RGB (Red+Green+Blue) = 181+183+16=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B710 is #4A48EF. Grayscale: #A4A4A4. Windows color (decimal): -4868336 or 1095605. OLE color: 1095605.

HSL color Cylindrical-coordinate representation of color #B5B710: hue angle of 60.72º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5B710 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 183 16 -
CMYK 0.01 0 0.91 0.28
HSL 60.72º 0.84% 0.39% -
HSV(B) 60.72º 0.91% 0.72% -
XYZ 36.08 43.73 7.03 -
YUV 163.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 181 183 16 0.01 0 0.91 0.28 60.72 0.84 0.39
Hex B5 B7 10 1 0 5B 1C 3D 54 27
Octal 265 267 20 1 0 133 34 75 124 47
Binary 10110101 10110111 10000 1 0 1011011 11100 111101 1010100 100111

Color Harmonies of #B5B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B710

Black with #B5B710

Text Example


Text Example

White with #B5B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B710; }

 p { color: rgb(181,183,16); }

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

background-color css

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

 a { background-color: rgb(181,183,16); }

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

border-color css

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

 span { border-color: rgb(181,183,16); }

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