Html Css Color HEX #B3B613 La Rioja

📋 copy color: '#B3B613'

red 179 ◦ green 182 ◦ blue 19

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

Shades of La Rioja #B3B613

Tints of La Rioja #B3B613

RGB

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

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

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

R = 47.11%
G = 47.89%
B = 5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B3B613 (or 0xB3B613) is known color: La Rioja. HEX triplet: B3, B6 and 13. RGB value is (179,182,19). Sum of RGB (Red+Green+Blue) = 179+182+19=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B613 is #4C49EC. Grayscale: #A3A3A3. Windows color (decimal): -4999661 or 1291955. OLE color: 1291955.

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

Color convert

RGB 179 182 19 -
CMYK 0.02 0 0.90 0.29
HSL 61.1º 0.81% 0.39% -
HSV(B) 61.1º 0.9% 0.71% -
XYZ 35.44 43.09 7.06 -
YUV 162.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 179 182 19 0.02 0 0.90 0.29 61.1 0.81 0.39
Hex B3 B6 13 2 0 5A 1D 3D 51 27
Octal 263 266 23 2 0 132 35 75 121 47
Binary 10110011 10110110 10011 10 0 1011010 11101 111101 1010001 100111

Color Harmonies of #B3B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B613

Black with #B3B613

Text Example


Text Example

White with #B3B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B613; }

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

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

background-color css

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

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

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

border-color css

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

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

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