#B3B00F

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

Shades of La Rioja #B3B00F

Tints of La Rioja #B3B00F

Color information

#B3B00F (or 0xB3B00F) is unknown color: approx La Rioja. HEX triplet: B3, B0 and 0F. RGB value is (179,176,15). Sum of RGB (Red+Green+Blue) = 179+176+15=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B00F is #4C4FF0. Grayscale: #9F9F9F. Windows color (decimal): -5001201 or 1028275. OLE color: 1028275.

HSL color Cylindrical-coordinate representation of color #B3B00F: hue angle of 58.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3B00F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17917615-
CMYK00.020.920.30
HSL58.9º84.54%38.04%-
HSV(B)58.9º91.62%70.2%-
XYZ34.240.676.5-
YUV158.5446.99142.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=48.38%
G=47.57%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791761500.020.920.3058.984.5438.04
HexB3B0F025C1E3b5526
Octal2632601702134367312546
Binary101100111011000011110101011100111101110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B00F; }

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

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

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

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

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

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

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

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