#B8AF03

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

Shades of La Rioja #B8AF03

Tints of La Rioja #B8AF03

Color information

#B8AF03 (or 0xB8AF03) is unknown color: approx La Rioja. HEX triplet: B8, AF and 03. RGB value is (184,175,3). Sum of RGB (Red+Green+Blue) = 184+175+3=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AF03 is #4750FC. Grayscale: #9E9E9E. Windows color (decimal): -4673789 or 241592. OLE color: 241592.

HSL color Cylindrical-coordinate representation of color #B8AF03: hue angle of 57.02º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8AF03 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB1841753-
CMYK00.050.980.28
HSL57.02º96.79%36.67%-
HSV(B)57.02º98.37%72.16%-
XYZ35.1140.866.12-
YUV158.0840.48146.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 3 (1.56% from 255) = 0.83%
R=50.83%
G=48.34%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184175300.050.980.2857.0296.7936.67
HexB8AF305621C396125
Octal270257305142347114145
Binary10111000101011111101011100010111001110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AF03; }

 p { color: rgb(184,175,3); }

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

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

 a { background-color: rgb(184,175,3); }

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

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

 span { border-color: rgb(184,175,3); }

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