#BFBE22

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

Shades of Rio Grande #BFBE22

Tints of Rio Grande #BFBE22

Color information

#BFBE22 (or 0xBFBE22) is unknown color: approx Rio Grande. HEX triplet: BF, BE and 22. RGB value is (191,190,34). Sum of RGB (Red+Green+Blue) = 191+190+34=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE22 is #4041DD. Grayscale: #ADADAD. Windows color (decimal): -4211166 or 2277055. OLE color: 2277055.

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

Color convert

RGB19119034-
CMYK00.010.820.25
HSL59.62º69.78%44.12%-
HSV(B)59.62º82.2%74.9%-
XYZ40.1948.028.66-
YUV172.5249.83141.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 34 (13.67% from 255) = 8.19%
R=46.02%
G=45.78%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911903400.010.820.2559.6269.7844.12
HexBFBE220152193c462c
Octal2772764201122317410654
Binary1011111110111110100010011010010110011111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE22; }

 p { color: rgb(191,190,34); }

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

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

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

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

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

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

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