#B8B905

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

Shades of La Rioja #B8B905

Tints of La Rioja #B8B905

Color information

#B8B905 (or 0xB8B905) is unknown color: approx La Rioja. HEX triplet: B8, B9 and 05. RGB value is (184,185,5). Sum of RGB (Red+Green+Blue) = 184+185+5=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B905 is #4746FA. Grayscale: #A4A4A4. Windows color (decimal): -4671227 or 375224. OLE color: 375224.

HSL color Cylindrical-coordinate representation of color #B8B905: hue angle of 60.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8B905 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1841855-
CMYK0.0100.970.27
HSL60.33º94.74%37.25%-
HSV(B)60.33º97.3%72.55%-
XYZ37.1444.96.85-
YUV164.1838.17142.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 5 (2.34% from 255) = 1.34%
R=49.20%
G=49.47%
B=1.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18418550.0100.970.2760.3394.7437.25
HexB8B9510611B3c5f25
Octal270271510141337413745
Binary1011100010111001101101100001110111111001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B905; }

 p { color: rgb(184,185,5); }

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

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

 a { background-color: rgb(184,185,5); }

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

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

 span { border-color: rgb(184,185,5); }

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