#BF6B53

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

Shades of Sunglo #BF6B53

Tints of Sunglo #BF6B53

Color information

#BF6B53 (or 0xBF6B53) is unknown color: approx Sunglo. HEX triplet: BF, 6B and 53. RGB value is (191,107,83). Sum of RGB (Red+Green+Blue) = 191+107+83=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B53 is #4094AC. Grayscale: #818181. Windows color (decimal): -4232365 or 5467071. OLE color: 5467071.

HSL color Cylindrical-coordinate representation of color #BF6B53: hue angle of 13.33º 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 #BF6B53 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19110783-
CMYK00.440.570.25
HSL13.33º45.76%53.73%-
HSV(B)13.33º56.54%74.9%-
XYZ28.322.2210.98-
YUV129.38101.83171.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=50.13%
G=28.08%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911078300.440.570.2513.3345.7653.73
HexBF6B5302C3919d2e36
Octal2771531230547131155666
Binary10111111110101110100110101100111001110011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B53; }

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

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

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

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

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

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

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

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