Html Css Color HEX #B6B313 La Rioja

📋 copy color: '#B6B313'

red 182 ◦ green 179 ◦ blue 19

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

Shades of La Rioja #B6B313

Tints of La Rioja #B6B313

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6B313 (or 0xB6B313) is known color: La Rioja. HEX triplet: B6, B3 and 13. RGB value is (182,179,19). Sum of RGB (Red+Green+Blue) = 182+179+19=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B313 is #494CEC. Grayscale: #A2A2A2. Windows color (decimal): -4803821 or 1291190. OLE color: 1291190.

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

Color convert

RGB 182 179 19 -
CMYK 0 0.02 0.90 0.29
HSL 58.9º 0.81% 0.39% -
HSV(B) 58.9º 0.9% 0.71% -
XYZ 35.53 42.23 6.9 -
YUV 161.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 182 179 19 0 0.02 0.90 0.29 58.9 0.81 0.39
Hex B6 B3 13 0 2 5A 1D 3B 51 27
Octal 266 263 23 0 2 132 35 73 121 47
Binary 10110110 10110011 10011 0 10 1011010 11101 111011 1010001 100111

Color Harmonies of #B6B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B313

Black with #B6B313

Text Example


Text Example

White with #B6B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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