Html Css Color HEX #B6B616 La Rioja

📋 copy color: '#B6B616'

red 182 ◦ green 182 ◦ blue 22

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

Shades of La Rioja #B6B616

Tints of La Rioja #B6B616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 47.15%
G = 47.15%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B6B616 (or 0xB6B616) is known color: La Rioja. HEX triplet: B6, B6 and 16. RGB value is (182,182,22). Sum of RGB (Red+Green+Blue) = 182+182+22=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 182 - color contains mainly: red, green. Hex color #B6B616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B616 is #4949E9. Grayscale: #A4A4A4. Windows color (decimal): -4803050 or 1488566. OLE color: 1488566.

HSL color Cylindrical-coordinate representation of color #B6B616: hue angle of 60º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B6B616 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 182 22 -
CMYK 0 0 0.88 0.29
HSL 60º 0.78% 0.4% -
HSV(B) 60º 0.88% 0.71% -
XYZ 36.16 43.46 7.24 -
YUV 163.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 182 182 22 0 0 0.88 0.29 60 0.78 0.4
Hex B6 B6 16 0 0 58 1D 3C 4E 28
Octal 266 266 26 0 0 130 35 74 116 50
Binary 10110110 10110110 10110 0 0 1011000 11101 111100 1001110 101000

Color Harmonies of #B6B616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B616

Black with #B6B616

Text Example


Text Example

White with #B6B616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B616; }

 p { color: rgb(182,182,22); }

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

background-color css

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

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

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

border-color css

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

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

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