#BF6254

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

Shades of Sunglo #BF6254

Tints of Sunglo #BF6254

Color information

#BF6254 (or 0xBF6254) is unknown color: approx Sunglo. HEX triplet: BF, 62 and 54. RGB value is (191,98,84). Sum of RGB (Red+Green+Blue) = 191+98+84=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6254 is #409DAB. Grayscale: #7C7C7C. Windows color (decimal): -4234668 or 5530303. OLE color: 5530303.

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

Color convert

RGB1919884-
CMYK00.490.560.25
HSL7.85º45.53%53.92%-
HSV(B)7.85º56.02%74.9%-
XYZ27.4520.4510.89-
YUV124.21105.31175.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 84 (33.20% from 255) = 22.52%
R=51.21%
G=26.27%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191988400.490.560.257.8545.5353.92
HexBF6254031381982e36
Octal2771421240617031105666
Binary10111111110001010101000110001111000110011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6254; }

 p { color: rgb(191,98,84); }

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

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

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

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

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

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

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