Html Css Color HEX #B6B815 La Rioja

📋 copy color: '#B6B815'

red 182 ◦ green 184 ◦ blue 21

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

Shades of La Rioja #B6B815

Tints of La Rioja #B6B815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 47.03%
G = 47.55%
B = 5.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B6B815 (or 0xB6B815) is known color: La Rioja. HEX triplet: B6, B8 and 15. RGB value is (182,184,21). Sum of RGB (Red+Green+Blue) = 182+184+21=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B815 is #4947EA. Grayscale: #A5A5A5. Windows color (decimal): -4802539 or 1423542. OLE color: 1423542.

HSL color Cylindrical-coordinate representation of color #B6B815: hue angle of 60.74º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6B815 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 184 21 -
CMYK 0.01 0 0.89 0.28
HSL 60.74º 0.8% 0.4% -
HSV(B) 60.74º 0.89% 0.72% -
XYZ 36.57 44.28 7.33 -
YUV 164.82 46.84 140.25 -
System Red Green Blue C M Y K H S L
Decimal 182 184 21 0.01 0 0.89 0.28 60.74 0.8 0.4
Hex B6 B8 15 1 0 59 1C 3D 50 28
Octal 266 270 25 1 0 131 34 75 120 50
Binary 10110110 10111000 10101 1 0 1011001 11100 111101 1010000 101000

Color Harmonies of #B6B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B815

Black with #B6B815

Text Example


Text Example

White with #B6B815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B815; }

 p { color: rgb(182,184,21); }

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

background-color css

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

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

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

border-color css

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

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

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