#B4AE06

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

Shades of La Rioja #B4AE06

Tints of La Rioja #B4AE06

Color information

#B4AE06 (or 0xB4AE06) is unknown color: approx La Rioja. HEX triplet: B4, AE and 06. RGB value is (180,174,6). Sum of RGB (Red+Green+Blue) = 180+174+6=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4AE06 is #4B51F9. Grayscale: #9D9D9D. Windows color (decimal): -4936186 or 437940. OLE color: 437940.

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

Color convert

RGB1801746-
CMYK00.030.970.29
HSL57.93º93.55%36.47%-
HSV(B)57.93º96.67%70.59%-
XYZ33.9939.996.1-
YUV156.6442.99144.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=50%
G=48.33%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180174600.030.970.2957.9393.5536.47
HexB4AE603611D3a5e24
Octal264256603141357213644
Binary10110100101011101100111100001111011110101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE06; }

 p { color: rgb(180,174,6); }

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

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

 a { background-color: rgb(180,174,6); }

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

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

 span { border-color: rgb(180,174,6); }

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