Html Css Color HEX #B6B100 La Rioja

📋 copy color: '#B6B100'

red 182 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #B6B100

Tints of La Rioja #B6B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.7%
G = 49.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B6B100 (or 0xB6B100) is known color: La Rioja. HEX triplet: B6, B1 and 00. RGB value is (182,177,0). Sum of RGB (Red+Green+Blue) = 182+177+0=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B100 is #494EFF. Grayscale: #9F9F9F. Windows color (decimal): -4804352 or 45494. OLE color: 45494.

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

Color convert

RGB 182 177 0 -
CMYK 0 0.03 1 0.29
HSL 58.35º 1% 0.36% -
HSV(B) 58.35º 1% 0.71% -
XYZ 35.01 41.39 6.14 -
YUV 158.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 182 177 0 0 0.03 1 0.29 58.35 1 0.36
Hex B6 B1 0 0 3 64 1D 3A 64 24
Octal 266 261 0 0 3 144 35 72 144 44
Binary 10110110 10110001 0 0 11 1100100 11101 111010 1100100 100100

Color Harmonies of #B6B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B100

Black with #B6B100

Text Example


Text Example

White with #B6B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B100; }

 p { color: rgb(182,177,0); }

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

background-color css

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

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

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

border-color css

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

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

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