Html Css Color HEX #B3B313 La Rioja

📋 copy color: '#B3B313'

red 179 ◦ green 179 ◦ blue 19

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

Shades of La Rioja #B3B313

Tints of La Rioja #B3B313

RGB

 RED value IS 179 (70.31% from 255) = 47.48%

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

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

R = 47.48%
G = 47.48%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B3B313 (or 0xB3B313) is known color: La Rioja. HEX triplet: B3, B3 and 13. RGB value is (179,179,19). Sum of RGB (Red+Green+Blue) = 179+179+19=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B313 is #4C4CEC. Grayscale: #A1A1A1. Windows color (decimal): -5000429 or 1291187. OLE color: 1291187.

HSL color Cylindrical-coordinate representation of color #B3B313: hue angle of 60º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3B313 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 19 -
CMYK 0 0 0.89 0.30
HSL 60º 0.81% 0.39% -
HSV(B) 60º 0.89% 0.7% -
XYZ 34.83 41.87 6.86 -
YUV 160.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 179 179 19 0 0 0.89 0.30 60 0.81 0.39
Hex B3 B3 13 0 0 59 1E 3C 51 27
Octal 263 263 23 0 0 131 36 74 121 47
Binary 10110011 10110011 10011 0 0 1011001 11110 111100 1010001 100111

Color Harmonies of #B3B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B313

Black with #B3B313

Text Example


Text Example

White with #B3B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B313; }

 p { color: rgb(179,179,19); }

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

background-color css

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

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

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

border-color css

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

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

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