#BD6755

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

Shades of Sunglo #BD6755

Tints of Sunglo #BD6755

Color information

#BD6755 (or 0xBD6755) is unknown color: approx Sunglo. HEX triplet: BD, 67 and 55. RGB value is (189,103,85). Sum of RGB (Red+Green+Blue) = 189+103+85=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6755 is #4298AA. Grayscale: #7E7E7E. Windows color (decimal): -4364459 or 5597117. OLE color: 5597117.

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

Color convert

RGB18910385-
CMYK00.460.550.26
HSL10.38º44.07%53.73%-
HSV(B)10.38º55.03%74.12%-
XYZ27.4821.1811.23-
YUV126.66104.49172.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=50.13%
G=27.32%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891038500.460.550.2610.3844.0753.73
HexBD675502E371Aa2c36
Octal2751471250566732125466
Binary10111101110011110101010101110110111110101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6755; }

 p { color: rgb(189,103,85); }

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

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

 a { background-color: rgb(189,103,85); }

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

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

 span { border-color: rgb(189,103,85); }

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