#B7BD01

Color #B7BD01 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B7BD01

Tints of La Rioja #B7BD01

Color information

#B7BD01 (or 0xB7BD01) is unknown color: approx La Rioja. HEX triplet: B7, BD and 01. RGB value is (183,189,1). Sum of RGB (Red+Green+Blue) = 183+189+1=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BD01 is #4842FE. Grayscale: #A6A6A6. Windows color (decimal): -4735743 or 114103. OLE color: 114103.

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

Color convert

RGB1831891-
CMYK0.0300.990.26
HSL61.91º98.95%37.25%-
HSV(B)61.91º99.47%74.12%-
XYZ37.7346.467.01-
YUV165.7735.01140.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=49.06%
G=50.67%
B=0.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18318910.0300.990.2661.9198.9537.25
HexB7BD130631A3e6325
Octal267275130143327614345
Binary101101111011110111101100011110101111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BD01; }

 p { color: rgb(183,189,1); }

 H1.HeaderClassName
 {
   color: #B7BD01;
 }
 .AnyTagClassName
 {
   color: #B7BD01;
 }
</style>
background-color css

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

 a { background-color: rgb(183,189,1); }

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

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

 span { border-color: rgb(183,189,1); }

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