#BF635F

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

Shades of Sunglo #BF635F

Tints of Sunglo #BF635F

Color information

#BF635F (or 0xBF635F) is unknown color: approx Sunglo. HEX triplet: BF, 63 and 5F. RGB value is (191,99,95). Sum of RGB (Red+Green+Blue) = 191+99+95=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF635F is #409CA0. Grayscale: #7E7E7E. Windows color (decimal): -4234401 or 6251455. OLE color: 6251455.

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

Color convert

RGB1919995-
CMYK00.480.500.25
HSL2.5º42.86%56.08%-
HSV(B)2.5º50.26%74.9%-
XYZ28.0120.8313.37-
YUV126.05110.48174.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=49.61%
G=25.71%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191999500.480.500.252.542.8656.08
HexBF635F030321932b38
Octal277143137060623135370
Binary101111111100011101111101100001100101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF635F; }

 p { color: rgb(191,99,95); }

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

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

 a { background-color: rgb(191,99,95); }

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

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

 span { border-color: rgb(191,99,95); }

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