#B8B912

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

Shades of La Rioja #B8B912

Tints of La Rioja #B8B912

Color information

#B8B912 (or 0xB8B912) is unknown color: approx La Rioja. HEX triplet: B8, B9 and 12. RGB value is (184,185,18). Sum of RGB (Red+Green+Blue) = 184+185+18=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B912 is #4746ED. Grayscale: #A6A6A6. Windows color (decimal): -4671214 or 1227192. OLE color: 1227192.

HSL color Cylindrical-coordinate representation of color #B8B912: hue angle of 60.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8B912 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18418518-
CMYK0.0100.900.27
HSL60.36º82.27%39.8%-
HSV(B)60.36º90.27%72.55%-
XYZ37.2344.937.28-
YUV165.6644.67141.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 18 (7.42% from 255) = 4.65%
R=47.55%
G=47.80%
B=4.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184185180.0100.900.2760.3682.2739.8
HexB8B912105A1B3c5228
Octal2702712210132337412250
Binary101110001011100110010101011010110111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B912; }

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

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

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

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

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

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

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

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