Html Css Color HEX #B6B101 La Rioja

📋 copy color: '#B6B101'

red 182 ◦ green 177 ◦ blue 1

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

Shades of La Rioja #B6B101

Tints of La Rioja #B6B101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 50.56%
G = 49.17%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6B101 (or 0xB6B101) is known color: La Rioja. HEX triplet: B6, B1 and 01. RGB value is (182,177,1). Sum of RGB (Red+Green+Blue) = 182+177+1=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6B101 is #494EFE. Grayscale: #9F9F9F. Windows color (decimal): -4804351 or 111030. OLE color: 111030.

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

Color convert

RGB 182 177 1 -
CMYK 0 0.03 0.99 0.29
HSL 58.34º 0.99% 0.36% -
HSV(B) 58.34º 0.99% 0.71% -
XYZ 35.02 41.39 6.17 -
YUV 158.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 182 177 1 0 0.03 0.99 0.29 58.34 0.99 0.36
Hex B6 B1 1 0 3 63 1D 3A 63 24
Octal 266 261 1 0 3 143 35 72 143 44
Binary 10110110 10110001 1 0 11 1100011 11101 111010 1100011 100100

Color Harmonies of #B6B101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B101

Black with #B6B101

Text Example


Text Example

White with #B6B101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B101; }

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

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

background-color css

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

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

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

border-color css

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

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

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