#BB695A

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

Shades of Sunglo #BB695A

Tints of Sunglo #BB695A

Color information

#BB695A (or 0xBB695A) is unknown color: approx Sunglo. HEX triplet: BB, 69 and 5A. RGB value is (187,105,90). Sum of RGB (Red+Green+Blue) = 187+105+90=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB695A is #4496A5. Grayscale: #7F7F7F. Windows color (decimal): -4495014 or 5925307. OLE color: 5925307.

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

Color convert

RGB18710590-
CMYK00.440.520.27
HSL9.28º41.63%54.31%-
HSV(B)9.28º51.87%73.33%-
XYZ27.3921.4112.36-
YUV127.81106.67170.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=48.95%
G=27.49%
B=23.56%

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
Decimal1871059000.440.520.279.2841.6354.31
HexBB695A02C341B92a36
Octal2731511320546433115266
Binary10111011110100110110100101100110100110111001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB695A; }

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

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

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

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

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

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

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

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