#BB6B4A

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

Shades of Red Damask #BB6B4A

Tints of Red Damask #BB6B4A

Color information

#BB6B4A (or 0xBB6B4A) is unknown color: approx Red Damask. HEX triplet: BB, 6B and 4A. RGB value is (187,107,74). Sum of RGB (Red+Green+Blue) = 187+107+74=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B4A is #4494B5. Grayscale: #7F7F7F. Windows color (decimal): -4494518 or 4877243. OLE color: 4877243.

HSL color Cylindrical-coordinate representation of color #BB6B4A: hue angle of 17.52º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB6B4A is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18710774-
CMYK00.430.600.27
HSL17.52º45.38%51.18%-
HSV(B)17.52º60.43%73.33%-
XYZ26.9921.579.22-
YUV127.1698170.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 74 (29.30% from 255) = 20.11%
R=50.82%
G=29.08%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871077400.430.600.2717.5245.3851.18
HexBB6B4A02B3C1B122d33
Octal2731531120537433225563
Binary101110111101011100101001010111111001101110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B4A; }

 p { color: rgb(187,107,74); }

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

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

 a { background-color: rgb(187,107,74); }

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

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

 span { border-color: rgb(187,107,74); }

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