#BFBE1B

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

Shades of Rio Grande #BFBE1B

Tints of Rio Grande #BFBE1B

Color information

#BFBE1B (or 0xBFBE1B) is unknown color: approx Rio Grande. HEX triplet: BF, BE and 1B. RGB value is (191,190,27). Sum of RGB (Red+Green+Blue) = 191+190+27=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE1B is #4041E4. Grayscale: #ACACAC. Windows color (decimal): -4211173 or 1818303. OLE color: 1818303.

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

Color convert

RGB19119027-
CMYK00.010.860.25
HSL59.63º75.23%42.75%-
HSV(B)59.63º85.86%74.9%-
XYZ40.147.988.19-
YUV171.7246.33141.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 27 (10.94% from 255) = 6.62%
R=46.81%
G=46.57%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911902700.010.860.2559.6375.2342.75
HexBFBE1B0156193c4b2b
Octal2772763301126317411353
Binary101111111011111011011011010110110011111001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE1B; }

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

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

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

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

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

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

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

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