#BF6753

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

Shades of Sunglo #BF6753

Tints of Sunglo #BF6753

Color information

#BF6753 (or 0xBF6753) is unknown color: approx Sunglo. HEX triplet: BF, 67 and 53. RGB value is (191,103,83). Sum of RGB (Red+Green+Blue) = 191+103+83=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6753 is #4098AC. Grayscale: #7F7F7F. Windows color (decimal): -4233389 or 5466047. OLE color: 5466047.

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

Color convert

RGB19110383-
CMYK00.460.570.25
HSL11.11º45.76%53.73%-
HSV(B)11.11º56.54%74.9%-
XYZ27.921.410.84-
YUV127.03103.15173.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=50.66%
G=27.32%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911038300.460.570.2511.1145.7653.73
HexBF675302E3919b2e36
Octal2771471230567131135666
Binary10111111110011110100110101110111001110011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6753; }

 p { color: rgb(191,103,83); }

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

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

 a { background-color: rgb(191,103,83); }

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

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

 span { border-color: rgb(191,103,83); }

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