#BFBE26

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

Shades of Rio Grande #BFBE26

Tints of Rio Grande #BFBE26

Color information

#BFBE26 (or 0xBFBE26) is unknown color: approx Rio Grande. HEX triplet: BF, BE and 26. RGB value is (191,190,38). Sum of RGB (Red+Green+Blue) = 191+190+38=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 38 (15.23% from 255 or 9.07% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE26 is #4041D9. Grayscale: #ADADAD. Windows color (decimal): -4211162 or 2539199. OLE color: 2539199.

HSL color Cylindrical-coordinate representation of color #BFBE26: hue angle of 59.61º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFBE26 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19119038-
CMYK00.010.800.25
HSL59.61º66.81%44.9%-
HSV(B)59.61º80.1%74.9%-
XYZ40.2548.048.99-
YUV172.9751.83140.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 38 (15.23% from 255) = 9.07%
R=45.58%
G=45.35%
B=9.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911903800.010.800.2559.6166.8144.9
HexBFBE260150193c432d
Octal2772764601120317410355
Binary1011111110111110100110011010000110011111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE26; }

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

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

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

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

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

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

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

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