#BB685A

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

Shades of Sunglo #BB685A

Tints of Sunglo #BB685A

Color information

#BB685A (or 0xBB685A) is unknown color: approx Sunglo. HEX triplet: BB, 68 and 5A. RGB value is (187,104,90). Sum of RGB (Red+Green+Blue) = 187+104+90=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB685A is #4497A5. Grayscale: #7F7F7F. Windows color (decimal): -4495270 or 5925051. OLE color: 5925051.

HSL color Cylindrical-coordinate representation of color #BB685A: hue angle of 8.66º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB685A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18710490-
CMYK00.440.520.27
HSL8.66º41.63%54.31%-
HSV(B)8.66º51.87%73.33%-
XYZ27.2921.212.33-
YUV127.22107170.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 104 (41.02% from 255) = 27.30%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=49.08%
G=27.30%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871049000.440.520.278.6641.6354.31
HexBB685A02C341B92a36
Octal2731501320546433115266
Binary10111011110100010110100101100110100110111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB685A; }

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

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

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

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

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

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

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

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