#BD6553

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

Shades of Sunglo #BD6553

Tints of Sunglo #BD6553

Color information

#BD6553 (or 0xBD6553) is unknown color: approx Sunglo. HEX triplet: BD, 65 and 53. RGB value is (189,101,83). Sum of RGB (Red+Green+Blue) = 189+101+83=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6553 is #429AAC. Grayscale: #7D7D7D. Windows color (decimal): -4364973 or 5465533. OLE color: 5465533.

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

Color convert

RGB18910183-
CMYK00.470.560.26
HSL10.19º44.54%53.33%-
HSV(B)10.19º56.08%74.12%-
XYZ27.220.7510.76-
YUV125.26104.15173.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=50.67%
G=27.08%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891018300.470.560.2610.1944.5453.33
HexBD655302F381Aa2d35
Octal2751451230577032125565
Binary10111101110010110100110101111111000110101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6553; }

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

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

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

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

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

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

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

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