#BF635E

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

Shades of Sunglo #BF635E

Tints of Sunglo #BF635E

Color information

#BF635E (or 0xBF635E) is unknown color: approx Sunglo. HEX triplet: BF, 63 and 5E. RGB value is (191,99,94). Sum of RGB (Red+Green+Blue) = 191+99+94=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF635E is #409CA1. Grayscale: #7E7E7E. Windows color (decimal): -4234402 or 6185919. OLE color: 6185919.

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

Color convert

RGB1919994-
CMYK00.480.510.25
HSL3.09º43.11%55.88%-
HSV(B)3.09º50.79%74.9%-
XYZ27.9720.8113.13-
YUV125.94109.98174.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=49.74%
G=25.78%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191999400.480.510.253.0943.1155.88
HexBF635E030331932b38
Octal277143136060633135370
Binary101111111100011101111001100001100111100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF635E; }

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

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

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

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

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

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

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

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