#BF6951

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

Shades of Sunglo #BF6951

Tints of Sunglo #BF6951

Color information

#BF6951 (or 0xBF6951) is unknown color: approx Sunglo. HEX triplet: BF, 69 and 51. RGB value is (191,105,81). Sum of RGB (Red+Green+Blue) = 191+105+81=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6951 is #4096AE. Grayscale: #808080. Windows color (decimal): -4232879 or 5335487. OLE color: 5335487.

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

Color convert

RGB19110581-
CMYK00.450.580.25
HSL13.09º46.22%53.33%-
HSV(B)13.09º57.59%74.9%-
XYZ28.0221.7710.51-
YUV127.98101.49172.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=50.66%
G=27.85%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911058100.450.580.2513.0946.2253.33
HexBF695102D3A19d2e35
Octal2771511210557231155665
Binary10111111110100110100010101101111010110011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6951; }

 p { color: rgb(191,105,81); }

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

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

 a { background-color: rgb(191,105,81); }

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

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

 span { border-color: rgb(191,105,81); }

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