Html Css Color HEX #B6B813 La Rioja

📋 copy color: '#B6B813'

red 182 ◦ green 184 ◦ blue 19

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

Shades of La Rioja #B6B813

Tints of La Rioja #B6B813

RGB

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

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

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

R = 47.27%
G = 47.79%
B = 4.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B6B813 (or 0xB6B813) is known color: La Rioja. HEX triplet: B6, B8 and 13. RGB value is (182,184,19). Sum of RGB (Red+Green+Blue) = 182+184+19=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B813 is #4947EC. Grayscale: #A5A5A5. Windows color (decimal): -4802541 or 1292470. OLE color: 1292470.

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

Color convert

RGB 182 184 19 -
CMYK 0.01 0 0.90 0.28
HSL 60.73º 0.81% 0.4% -
HSV(B) 60.73º 0.9% 0.72% -
XYZ 36.55 44.27 7.24 -
YUV 164.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 182 184 19 0.01 0 0.90 0.28 60.73 0.81 0.4
Hex B6 B8 13 1 0 5A 1C 3D 51 28
Octal 266 270 23 1 0 132 34 75 121 50
Binary 10110110 10111000 10011 1 0 1011010 11100 111101 1010001 101000

Color Harmonies of #B6B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B813

Black with #B6B813

Text Example


Text Example

White with #B6B813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B813; }

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

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

background-color css

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

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

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

border-color css

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

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

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