#BF635A

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

Shades of Sunglo #BF635A

Tints of Sunglo #BF635A

Color information

#BF635A (or 0xBF635A) is unknown color: approx Sunglo. HEX triplet: BF, 63 and 5A. RGB value is (191,99,90). Sum of RGB (Red+Green+Blue) = 191+99+90=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF635A is #409CA5. Grayscale: #7D7D7D. Windows color (decimal): -4234406 or 5923775. OLE color: 5923775.

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

Color convert

RGB1919990-
CMYK00.480.530.25
HSL5.35º44.1%55.1%-
HSV(B)5.35º52.88%74.9%-
XYZ27.7920.7412.21-
YUV125.48107.98174.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=50.26%
G=26.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191999000.480.530.255.3544.155.1
HexBF635A030351952c37
Octal277143132060653155467
Binary1011111111000111011010011000011010111001101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF635A; }

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

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

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

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

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

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

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

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