#BFBF2F

Color #BFBF2F Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BFBF2F

Tints of Rio Grande #BFBF2F

Color information

#BFBF2F (or 0xBFBF2F) is unknown color: approx Rio Grande. HEX triplet: BF, BF and 2F. RGB value is (191,191,47). Sum of RGB (Red+Green+Blue) = 191+191+47=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF2F is #4040D0. Grayscale: #AFAFAF. Windows color (decimal): -4210897 or 3129279. OLE color: 3129279.

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

Color convert

RGB19119147-
CMYK000.750.25
HSL60º60.5%46.67%-
HSV(B)60º75.39%74.9%-
XYZ40.6348.549.92-
YUV174.5856139.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 47 (18.75% from 255) = 10.96%
R=44.52%
G=44.52%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119147000.750.256060.546.67
HexBFBF2F004B193c3d2f
Octal277277570011331747557
Binary101111111011111110111100100101111001111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF2F; }

 p { color: rgb(191,191,47); }

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

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

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

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

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

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

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