#BD695B

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

Shades of Sunglo #BD695B

Tints of Sunglo #BD695B

Color information

#BD695B (or 0xBD695B) is unknown color: approx Sunglo. HEX triplet: BD, 69 and 5B. RGB value is (189,105,91). Sum of RGB (Red+Green+Blue) = 189+105+91=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD695B is #4296A4. Grayscale: #808080. Windows color (decimal): -4363941 or 5990845. OLE color: 5990845.

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

Color convert

RGB18910591-
CMYK00.440.520.26
HSL8.57º42.61%54.9%-
HSV(B)8.57º51.85%74.12%-
XYZ27.9321.6812.61-
YUV128.52106.83171.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.09%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 91 (35.94% from 255) = 23.64%
R=49.09%
G=27.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891059100.440.520.268.5742.6154.9
HexBD695B02C341A92b37
Octal2751511330546432115367
Binary10111101110100110110110101100110100110101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD695B; }

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

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

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

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

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

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

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

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