#BD625D

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

Shades of Sunglo #BD625D

Tints of Sunglo #BD625D

Color information

#BD625D (or 0xBD625D) is unknown color: approx Sunglo. HEX triplet: BD, 62 and 5D. RGB value is (189,98,93). Sum of RGB (Red+Green+Blue) = 189+98+93=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD625D is #429DA2. Grayscale: #7C7C7C. Windows color (decimal): -4365731 or 6120125. OLE color: 6120125.

HSL color Cylindrical-coordinate representation of color #BD625D: hue angle of 3.13º 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 #BD625D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1899893-
CMYK00.480.510.26
HSL3.13º42.11%55.29%-
HSV(B)3.13º50.79%74.12%-
XYZ27.3320.3412.84-
YUV124.64110.15173.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=49.74%
G=25.79%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189989300.480.510.263.1342.1155.29
HexBD625D030331A32a37
Octal275142135060633235267
Binary101111011100010101110101100001100111101011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD625D; }

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

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

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

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

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

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

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

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