#B3B00C

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

Shades of La Rioja #B3B00C

Tints of La Rioja #B3B00C

Color information

#B3B00C (or 0xB3B00C) is unknown color: approx La Rioja. HEX triplet: B3, B0 and 0C. RGB value is (179,176,12). Sum of RGB (Red+Green+Blue) = 179+176+12=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B00C is #4C4FF3. Grayscale: #9E9E9E. Windows color (decimal): -5001204 or 831667. OLE color: 831667.

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

Color convert

RGB17917612-
CMYK00.020.930.30
HSL58.92º87.43%37.45%-
HSV(B)58.92º93.3%70.2%-
XYZ34.1840.666.39-
YUV158.245.49142.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 12 (5.08% from 255) = 3.27%
R=48.77%
G=47.96%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791761200.020.930.3058.9287.4337.45
HexB3B0C025D1E3b5725
Octal2632601402135367312745
Binary101100111011000011000101011101111101110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B00C; }

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

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

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

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

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

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

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

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