Html Css Color HEX #B6B715 La Rioja

📋 copy color: '#B6B715'

red 182 ◦ green 183 ◦ blue 21

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

Shades of La Rioja #B6B715

Tints of La Rioja #B6B715

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 47.15%
G = 47.41%
B = 5.44%

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

#B6B715 (or 0xB6B715) is known color: La Rioja. HEX triplet: B6, B7 and 15. RGB value is (182,183,21). Sum of RGB (Red+Green+Blue) = 182+183+21=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B715 is #4948EA. Grayscale: #A4A4A4. Windows color (decimal): -4802795 or 1423286. OLE color: 1423286.

HSL color Cylindrical-coordinate representation of color #B6B715: hue angle of 60.37º degrees, saturation: 0.79, 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 #B6B715 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 183 21 -
CMYK 0.01 0 0.89 0.28
HSL 60.37º 0.79% 0.4% -
HSV(B) 60.37º 0.89% 0.72% -
XYZ 36.36 43.87 7.26 -
YUV 164.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 182 183 21 0.01 0 0.89 0.28 60.37 0.79 0.4
Hex B6 B7 15 1 0 59 1C 3C 4F 28
Octal 266 267 25 1 0 131 34 74 117 50
Binary 10110110 10110111 10101 1 0 1011001 11100 111100 1001111 101000

Color Harmonies of #B6B715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B715

Black with #B6B715

Text Example


Text Example

White with #B6B715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B715; }

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

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

background-color css

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

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

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

border-color css

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

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

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