#BD6958

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

Shades of Sunglo #BD6958

Tints of Sunglo #BD6958

Color information

#BD6958 (or 0xBD6958) is unknown color: approx Sunglo. HEX triplet: BD, 69 and 58. RGB value is (189,105,88). Sum of RGB (Red+Green+Blue) = 189+105+88=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6958 is #4296A7. Grayscale: #808080. Windows color (decimal): -4363944 or 5794237. OLE color: 5794237.

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

Color convert

RGB18910588-
CMYK00.440.530.26
HSL10.1º43.35%54.31%-
HSV(B)10.1º53.44%74.12%-
XYZ27.821.6311.94-
YUV128.18105.33171.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=49.48%
G=27.49%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891058800.440.530.2610.143.3554.31
HexBD695802C351Aa2b36
Octal2751511300546532125366
Binary10111101110100110110000101100110101110101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6958; }

 p { color: rgb(189,105,88); }

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

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

 a { background-color: rgb(189,105,88); }

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

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

 span { border-color: rgb(189,105,88); }

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