#B5B00E

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

Shades of La Rioja #B5B00E

Tints of La Rioja #B5B00E

Color information

#B5B00E (or 0xB5B00E) is unknown color: approx La Rioja. HEX triplet: B5, B0 and 0E. RGB value is (181,176,14). Sum of RGB (Red+Green+Blue) = 181+176+14=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B00E is #4A4FF1. Grayscale: #9F9F9F. Windows color (decimal): -4870130 or 962741. OLE color: 962741.

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

Color convert

RGB18117614-
CMYK00.030.920.29
HSL58.2º85.64%38.24%-
HSV(B)58.2º92.27%70.98%-
XYZ34.6640.916.48-
YUV159.0346.16143.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 14 (5.86% from 255) = 3.77%
R=48.79%
G=47.44%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811761400.030.920.2958.285.6438.24
HexB5B0E035C1D3a5626
Octal2652601603134357212646
Binary101101011011000011100111011100111011110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B00E; }

 p { color: rgb(181,176,14); }

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

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

 a { background-color: rgb(181,176,14); }

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

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

 span { border-color: rgb(181,176,14); }

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