#BD665B

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

Shades of Sunglo #BD665B

Tints of Sunglo #BD665B

Color information

#BD665B (or 0xBD665B) is unknown color: approx Sunglo. HEX triplet: BD, 66 and 5B. RGB value is (189,102,91). Sum of RGB (Red+Green+Blue) = 189+102+91=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD665B is #4299A4. Grayscale: #7E7E7E. Windows color (decimal): -4364709 or 5990077. OLE color: 5990077.

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

Color convert

RGB18910291-
CMYK00.460.520.26
HSL6.73º42.61%54.9%-
HSV(B)6.73º51.85%74.12%-
XYZ27.6321.0812.51-
YUV126.76107.82172.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 91 (35.94% from 255) = 23.82%
R=49.48%
G=26.70%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891029100.460.520.266.7342.6154.9
HexBD665B02E341A72b37
Octal275146133056643275367
Binary1011110111001101011011010111011010011010111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD665B; }

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

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

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

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

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

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

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

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