#BB6A5A

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

Shades of Sunglo #BB6A5A

Tints of Sunglo #BB6A5A

Color information

#BB6A5A (or 0xBB6A5A) is unknown color: approx Sunglo. HEX triplet: BB, 6A and 5A. RGB value is (187,106,90). Sum of RGB (Red+Green+Blue) = 187+106+90=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A5A is #4495A5. Grayscale: #808080. Windows color (decimal): -4494758 or 5925563. OLE color: 5925563.

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

Color convert

RGB18710690-
CMYK00.430.520.27
HSL9.9º41.63%54.31%-
HSV(B)9.9º51.87%73.33%-
XYZ27.4921.6112.4-
YUV128.39106.34169.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.83%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=48.83%
G=27.68%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871069000.430.520.279.941.6354.31
HexBB6A5A02B341Ba2a36
Octal2731521320536433125266
Binary10111011110101010110100101011110100110111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6A5A; }

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

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

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

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

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

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

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

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