#BFB700

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

Shades of La Rioja #BFB700

Tints of La Rioja #BFB700

Color information

#BFB700 (or 0xBFB700) is unknown color: approx La Rioja. HEX triplet: BF, B7 and 00. RGB value is (191,183,0). Sum of RGB (Red+Green+Blue) = 191+183+0=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB700 is #4048FF. Grayscale: #A5A5A5. Windows color (decimal): -4212992 or 47039. OLE color: 47039.

HSL color Cylindrical-coordinate representation of color #BFB700: hue angle of 57.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFB700 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911830-
CMYK00.0410.25
HSL57.49º100%37.45%-
HSV(B)57.49º100%74.9%-
XYZ38.4244.946.65-
YUV164.5335.15146.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.07%
G=48.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191183000.0410.2557.4910037.45
HexBFB70046419396425
Octal277267004144317114445
Binary1011111110110111001001100100110011110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB700; }

 p { color: rgb(191,183,0); }

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

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

 a { background-color: rgb(191,183,0); }

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

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

 span { border-color: rgb(191,183,0); }

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