#B8B30E

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

Shades of La Rioja #B8B30E

Tints of La Rioja #B8B30E

Color information

#B8B30E (or 0xB8B30E) is unknown color: approx La Rioja. HEX triplet: B8, B3 and 0E. RGB value is (184,179,14). Sum of RGB (Red+Green+Blue) = 184+179+14=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B30E is #474CF1. Grayscale: #A2A2A2. Windows color (decimal): -4672754 or 963512. OLE color: 963512.

HSL color Cylindrical-coordinate representation of color #B8B30E: hue angle of 58.24º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8B30E is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB18417914-
CMYK00.030.920.28
HSL58.24º85.86%38.82%-
HSV(B)58.24º92.39%72.16%-
XYZ35.9742.466.72-
YUV161.6844.66143.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 179 (70.31% from 255) = 47.48%
BLUE value IS 14 (5.86% from 255) = 3.71%
R=48.81%
G=47.48%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841791400.030.920.2858.2485.8638.82
HexB8B3E035C1C3a5627
Octal2702631603134347212647
Binary101110001011001111100111011100111001110101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B30E; }

 p { color: rgb(184,179,14); }

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

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

 a { background-color: rgb(184,179,14); }

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

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

 span { border-color: rgb(184,179,14); }

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