#BFBE24

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

Shades of Rio Grande #BFBE24

Tints of Rio Grande #BFBE24

Color information

#BFBE24 (or 0xBFBE24) is unknown color: approx Rio Grande. HEX triplet: BF, BE and 24. RGB value is (191,190,36). Sum of RGB (Red+Green+Blue) = 191+190+36=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE24 is #4041DB. Grayscale: #ADADAD. Windows color (decimal): -4211164 or 2408127. OLE color: 2408127.

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

Color convert

RGB19119036-
CMYK00.010.810.25
HSL59.61º68.28%44.51%-
HSV(B)59.61º81.15%74.9%-
XYZ40.2248.038.82-
YUV172.7450.83141.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 36 (14.45% from 255) = 8.63%
R=45.80%
G=45.56%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911903600.010.810.2559.6168.2844.51
HexBFBE240151193c442d
Octal2772764401121317410455
Binary1011111110111110100100011010001110011111001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE24; }

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

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

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

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

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

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

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

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