#BD6155

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

Shades of Sunglo #BD6155

Tints of Sunglo #BD6155

Color information

#BD6155 (or 0xBD6155) is unknown color: approx Sunglo. HEX triplet: BD, 61 and 55. RGB value is (189,97,85). Sum of RGB (Red+Green+Blue) = 189+97+85=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6155 is #429EAA. Grayscale: #7B7B7B. Windows color (decimal): -4365995 or 5595581. OLE color: 5595581.

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

Color convert

RGB1899785-
CMYK00.490.550.26
HSL6.92º44.07%53.73%-
HSV(B)6.92º55.03%74.12%-
XYZ26.920.0211.04-
YUV123.14106.48174.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=50.94%
G=26.15%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189978500.490.550.266.9244.0753.73
HexBD6155031371A72c36
Octal275141125061673275466
Binary1011110111000011010101011000111011111010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6155; }

 p { color: rgb(189,97,85); }

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

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

 a { background-color: rgb(189,97,85); }

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

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

 span { border-color: rgb(189,97,85); }

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