#BD6557

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

Shades of Sunglo #BD6557

Tints of Sunglo #BD6557

Color information

#BD6557 (or 0xBD6557) is unknown color: approx Sunglo. HEX triplet: BD, 65 and 57. RGB value is (189,101,87). Sum of RGB (Red+Green+Blue) = 189+101+87=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6557 is #429AA8. Grayscale: #7D7D7D. Windows color (decimal): -4364969 or 5727677. OLE color: 5727677.

HSL color Cylindrical-coordinate representation of color #BD6557: hue angle of 8.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6557 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18910187-
CMYK00.470.540.26
HSL8.24º43.59%54.12%-
HSV(B)8.24º53.97%74.12%-
XYZ27.3620.8111.59-
YUV125.72106.15173.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=50.13%
G=26.79%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891018700.470.540.268.2443.5954.12
HexBD655702F361A82c36
Octal2751451270576632105466
Binary10111101110010110101110101111110110110101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6557; }

 p { color: rgb(189,101,87); }

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

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

 a { background-color: rgb(189,101,87); }

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

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

 span { border-color: rgb(189,101,87); }

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