Html Css Color HEX #B0B613 La Rioja

📋 copy color: '#B0B613'

red 176 ◦ green 182 ◦ blue 19

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

Shades of La Rioja #B0B613

Tints of La Rioja #B0B613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 46.68%
G = 48.28%
B = 5.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B0B613 (or 0xB0B613) is known color: La Rioja. HEX triplet: B0, B6 and 13. RGB value is (176,182,19). Sum of RGB (Red+Green+Blue) = 176+182+19=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B613 is #4F49EC. Grayscale: #A2A2A2. Windows color (decimal): -5196269 or 1291952. OLE color: 1291952.

HSL color Cylindrical-coordinate representation of color #B0B613: hue angle of 62.21º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0B613 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 19 -
CMYK 0.03 0 0.90 0.29
HSL 62.21º 0.81% 0.39% -
HSV(B) 62.21º 0.9% 0.71% -
XYZ 34.75 42.73 7.03 -
YUV 161.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 176 182 19 0.03 0 0.90 0.29 62.21 0.81 0.39
Hex B0 B6 13 3 0 5A 1D 3E 51 27
Octal 260 266 23 3 0 132 35 76 121 47
Binary 10110000 10110110 10011 11 0 1011010 11101 111110 1010001 100111

Color Harmonies of #B0B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B613

Black with #B0B613

Text Example


Text Example

White with #B0B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B613; }

 p { color: rgb(176,182,19); }

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

background-color css

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

 a { background-color: rgb(176,182,19); }

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

border-color css

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

 span { border-color: rgb(176,182,19); }

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