#b7b00f

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

Shades of La Rioja #B7B00F

Tints of La Rioja #B7B00F

Color information

#B7B00F (or 0xB7B00F) is unknown color: approx La Rioja. HEX triplet: B7, B0 and 0F. RGB value is (183,176,15). Sum of RGB (Red+Green+Blue) = 183+176+15=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B00F is #484FF0. Grayscale: #A0A0A0. Windows color (decimal): -4739057 or 1028279. OLE color: 1028279.

HSL color Cylindrical-coordinate representation of color #B7B00F: hue angle of 57.5º degrees, saturation: 0.85, 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 #B7B00F is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB18317615-
CMYK00.040.920.28
HSL57.5º84.85%38.82%-
HSV(B)57.5º91.8%71.76%-
XYZ35.1441.156.54-
YUV159.7446.32144.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.93%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 15 (6.25% from 255) = 4.01%
R=48.93%
G=47.06%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831761500.040.920.2857.584.8538.82
HexB7B0F045C1C3a5527
Octal2672601704134347212547
Binary1011011110110000111101001011100111001110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7b00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7b00f; }

 p { color: rgb(183,176,15); }

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

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

 a { background-color: rgb(183,176,15); }

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

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

 span { border-color: rgb(183,176,15); }

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