#BD615B

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

Shades of Sunglo #BD615B

Tints of Sunglo #BD615B

Color information

#BD615B (or 0xBD615B) is unknown color: approx Sunglo. HEX triplet: BD, 61 and 5B. RGB value is (189,97,91). Sum of RGB (Red+Green+Blue) = 189+97+91=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD615B is #429EA4. Grayscale: #7B7B7B. Windows color (decimal): -4365989 or 5988797. OLE color: 5988797.

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

Color convert

RGB1899791-
CMYK00.490.520.26
HSL3.67º42.61%54.9%-
HSV(B)3.67º51.85%74.12%-
XYZ27.1520.1212.35-
YUV123.82109.48174.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=50.13%
G=25.73%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189979100.490.520.263.6742.6154.9
HexBD615B031341A42b37
Octal275141133061643245367
Binary1011110111000011011011011000111010011010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD615B; }

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

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

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

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

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

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

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

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