#BD605D

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

Shades of Sunglo #BD605D

Tints of Sunglo #BD605D

Color information

#BD605D (or 0xBD605D) is unknown color: approx Sunglo. HEX triplet: BD, 60 and 5D. RGB value is (189,96,93). Sum of RGB (Red+Green+Blue) = 189+96+93=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD605D is #429FA2. Grayscale: #7B7B7B. Windows color (decimal): -4366243 or 6119613. OLE color: 6119613.

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

Color convert

RGB1899693-
CMYK00.490.510.26
HSL1.88º42.11%55.29%-
HSV(B)1.88º50.79%74.12%-
XYZ27.1419.9712.78-
YUV123.46110.81174.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=50%
G=25.40%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189969300.490.510.261.8842.1155.29
HexBD605D031331A22a37
Octal275140135061633225267
Binary101111011100000101110101100011100111101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD605D; }

 p { color: rgb(189,96,93); }

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

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

 a { background-color: rgb(189,96,93); }

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

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

 span { border-color: rgb(189,96,93); }

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