Html Css Color HEX #B6B501 La Rioja

📋 copy color: '#B6B501'

red 182 ◦ green 181 ◦ blue 1

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

Shades of La Rioja #B6B501

Tints of La Rioja #B6B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.73%

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

R = 50%
G = 49.73%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B6B501 (or 0xB6B501) is known color: La Rioja. HEX triplet: B6, B5 and 01. RGB value is (182,181,1). Sum of RGB (Red+Green+Blue) = 182+181+1=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 1 (0.78% from 255 or 0.27% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B501 is #494AFE. Grayscale: #A1A1A1. Windows color (decimal): -4803327 or 112054. OLE color: 112054.

HSL color Cylindrical-coordinate representation of color #B6B501: hue angle of 59.67º 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 #B6B501 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 181 1 -
CMYK 0 0.01 0.99 0.29
HSL 59.67º 0.99% 0.36% -
HSV(B) 59.67º 0.99% 0.71% -
XYZ 35.82 43 6.44 -
YUV 160.78 37.83 143.14 -
System Red Green Blue C M Y K H S L
Decimal 182 181 1 0 0.01 0.99 0.29 59.67 0.99 0.36
Hex B6 B5 1 0 1 63 1D 3C 63 24
Octal 266 265 1 0 1 143 35 74 143 44
Binary 10110110 10110101 1 0 1 1100011 11101 111100 1100011 100100

Color Harmonies of #B6B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B501

Black with #B6B501

Text Example


Text Example

White with #B6B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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