#BFB200

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

Shades of La Rioja #BFB200

Tints of La Rioja #BFB200

Color information

#BFB200 (or 0xBFB200) is unknown color: approx La Rioja. HEX triplet: BF, B2 and 00. RGB value is (191,178,0). Sum of RGB (Red+Green+Blue) = 191+178+0=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB200 is #404DFF. Grayscale: #A2A2A2. Windows color (decimal): -4214272 or 45759. OLE color: 45759.

HSL color Cylindrical-coordinate representation of color #BFB200: hue angle of 55.92º 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 #BFB200 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB1911780-
CMYK00.0710.25
HSL55.92º100%37.45%-
HSV(B)55.92º100%74.9%-
XYZ37.4142.926.31-
YUV161.5936.81148.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.76%
G=48.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191178000.0710.2555.9210037.45
HexBFB20076419386425
Octal277262007144317014445
Binary1011111110110010001111100100110011110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB200; }

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

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

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

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

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

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

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

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