#BD685A

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

Shades of Sunglo #BD685A

Tints of Sunglo #BD685A

Color information

#BD685A (or 0xBD685A) is unknown color: approx Sunglo. HEX triplet: BD, 68 and 5A. RGB value is (189,104,90). Sum of RGB (Red+Green+Blue) = 189+104+90=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD685A is #4297A5. Grayscale: #7F7F7F. Windows color (decimal): -4364198 or 5925053. OLE color: 5925053.

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

Color convert

RGB18910490-
CMYK00.450.520.26
HSL8.48º42.86%54.71%-
HSV(B)8.48º52.38%74.12%-
XYZ27.7821.4612.35-
YUV127.82106.66171.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=49.35%
G=27.15%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891049000.450.520.268.4842.8654.71
HexBD685A02D341A82b37
Octal2751501320556432105367
Binary10111101110100010110100101101110100110101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD685A; }

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

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

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

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

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

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

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

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