#BD6053

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

Shades of Sunglo #BD6053

Tints of Sunglo #BD6053

Color information

#BD6053 (or 0xBD6053) is unknown color: approx Sunglo. HEX triplet: BD, 60 and 53. RGB value is (189,96,83). Sum of RGB (Red+Green+Blue) = 189+96+83=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6053 is #429FAC. Grayscale: #7A7A7A. Windows color (decimal): -4366253 or 5464253. OLE color: 5464253.

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

Color convert

RGB1899683-
CMYK00.490.560.26
HSL7.36º44.54%53.33%-
HSV(B)7.36º56.08%74.12%-
XYZ26.7319.8110.6-
YUV122.32105.81175.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=51.36%
G=26.09%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189968300.490.560.267.3644.5453.33
HexBD6053031381A72d35
Octal275140123061703275565
Binary1011110111000001010011011000111100011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6053; }

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

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

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

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

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

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

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

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