#B6B403

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

Shades of La Rioja #B6B403

Tints of La Rioja #B6B403

Color information

#B6B403 (or 0xB6B403) is unknown color: approx La Rioja. HEX triplet: B6, B4 and 03. RGB value is (182,180,3). Sum of RGB (Red+Green+Blue) = 182+180+3=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B403 is #494BFC. Grayscale: #A1A1A1. Windows color (decimal): -4803581 or 242870. OLE color: 242870.

HSL color Cylindrical-coordinate representation of color #B6B403: hue angle of 59.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6B403 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1821803-
CMYK00.010.980.29
HSL59.33º96.76%36.27%-
HSV(B)59.33º98.35%71.37%-
XYZ35.6342.596.43-
YUV160.4239.16143.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=49.86%
G=49.32%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182180300.010.980.2959.3396.7636.27
HexB6B4301621D3b6124
Octal266264301142357314144
Binary101101101011010011011100010111011110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B403; }

 p { color: rgb(182,180,3); }

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

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

 a { background-color: rgb(182,180,3); }

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

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

 span { border-color: rgb(182,180,3); }

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