Html Css Color HEX #B0B710 La Rioja

📋 copy color: '#B0B710'

red 176 ◦ green 183 ◦ blue 16

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

Shades of La Rioja #B0B710

Tints of La Rioja #B0B710

RGB

 RED value IS 176 (69.14% from 255) = 46.93%

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

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

R = 46.93%
G = 48.8%
B = 4.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B0B710 (or 0xB0B710) is known color: La Rioja. HEX triplet: B0, B7 and 10. RGB value is (176,183,16). Sum of RGB (Red+Green+Blue) = 176+183+16=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B710 is #4F48EF. Grayscale: #A2A2A2. Windows color (decimal): -5196016 or 1095600. OLE color: 1095600.

HSL color Cylindrical-coordinate representation of color #B0B710: hue angle of 62.51º 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 #B0B710 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 16 -
CMYK 0.04 0 0.91 0.28
HSL 62.51º 0.84% 0.39% -
HSV(B) 62.51º 0.91% 0.72% -
XYZ 34.93 43.13 6.97 -
YUV 161.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 176 183 16 0.04 0 0.91 0.28 62.51 0.84 0.39
Hex B0 B7 10 4 0 5B 1C 3F 54 27
Octal 260 267 20 4 0 133 34 77 124 47
Binary 10110000 10110111 10000 100 0 1011011 11100 111111 1010100 100111

Color Harmonies of #B0B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B710

Black with #B0B710

Text Example


Text Example

White with #B0B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B710; }

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

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

background-color css

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

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

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

border-color css

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

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

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