#BF655B

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

Shades of Sunglo #BF655B

Tints of Sunglo #BF655B

Color information

#BF655B (or 0xBF655B) is unknown color: approx Sunglo. HEX triplet: BF, 65 and 5B. RGB value is (191,101,91). Sum of RGB (Red+Green+Blue) = 191+101+91=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF655B is #409AA4. Grayscale: #7E7E7E. Windows color (decimal): -4233893 or 5989823. OLE color: 5989823.

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

Color convert

RGB19110191-
CMYK00.470.520.25
HSL43.86%55.29%-
HSV(B)52.36%74.9%-
XYZ28.0321.1412.5-
YUV126.77107.82173.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=49.87%
G=26.37%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911019100.470.520.25643.8655.29
HexBF655B02F341962c37
Octal277145133057643165467
Binary1011111111001011011011010111111010011001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF655B; }

 p { color: rgb(191,101,91); }

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

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

 a { background-color: rgb(191,101,91); }

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

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

 span { border-color: rgb(191,101,91); }

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