#BD605A

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

Shades of Sunglo #BD605A

Tints of Sunglo #BD605A

Color information

#BD605A (or 0xBD605A) is unknown color: approx Sunglo. HEX triplet: BD, 60 and 5A. RGB value is (189,96,90). Sum of RGB (Red+Green+Blue) = 189+96+90=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD605A is #429FA5. Grayscale: #7B7B7B. Windows color (decimal): -4366246 or 5923005. OLE color: 5923005.

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

Color convert

RGB1899690-
CMYK00.490.520.26
HSL3.64º42.86%54.71%-
HSV(B)3.64º52.38%74.12%-
XYZ27.0119.9212.09-
YUV123.12109.31174.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.4%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 90 (35.55% from 255) = 24%
R=50.4%
G=25.6%
B=24%

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
Decimal189969000.490.520.263.6442.8654.71
HexBD605A031341A42b37
Octal275140132061643245367
Binary1011110111000001011010011000111010011010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD605A; }

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

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

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

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

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

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

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

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