#BD695A

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

Shades of Sunglo #BD695A

Tints of Sunglo #BD695A

Color information

#BD695A (or 0xBD695A) is unknown color: approx Sunglo. HEX triplet: BD, 69 and 5A. RGB value is (189,105,90). Sum of RGB (Red+Green+Blue) = 189+105+90=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD695A is #4296A5. Grayscale: #808080. Windows color (decimal): -4363942 or 5925309. OLE color: 5925309.

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

Color convert

RGB18910590-
CMYK00.440.520.26
HSL9.09º42.86%54.71%-
HSV(B)9.09º52.38%74.12%-
XYZ27.8821.6612.38-
YUV128.41106.33171.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=49.22%
G=27.34%
B=23.44%

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
Decimal1891059000.440.520.269.0942.8654.71
HexBD695A02C341A92b37
Octal2751511320546432115367
Binary10111101110100110110100101100110100110101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD695A; }

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

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

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

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

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

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

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

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