#B8B707

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

Shades of La Rioja #B8B707

Tints of La Rioja #B8B707

Color information

#B8B707 (or 0xB8B707) is unknown color: approx La Rioja. HEX triplet: B8, B7 and 07. RGB value is (184,183,7). Sum of RGB (Red+Green+Blue) = 184+183+7=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8B707 is #4748F8. Grayscale: #A3A3A3. Windows color (decimal): -4671737 or 505784. OLE color: 505784.

HSL color Cylindrical-coordinate representation of color #B8B707: hue angle of 59.66º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8B707 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1841837-
CMYK00.010.960.28
HSL59.66º92.67%37.45%-
HSV(B)59.66º96.2%72.16%-
XYZ36.7444.076.77-
YUV163.2339.83142.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 7 (3.12% from 255) = 1.87%
R=49.20%
G=48.93%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184183700.010.960.2859.6692.6737.45
HexB8B7701601C3c5d25
Octal270267701140347413545
Binary1011100010110111111011100000111001111001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B707; }

 p { color: rgb(184,183,7); }

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

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

 a { background-color: rgb(184,183,7); }

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

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

 span { border-color: rgb(184,183,7); }

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