#BB6C4A

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

Shades of Red Damask #BB6C4A

Tints of Red Damask #BB6C4A

Color information

#BB6C4A (or 0xBB6C4A) is unknown color: approx Red Damask. HEX triplet: BB, 6C and 4A. RGB value is (187,108,74). Sum of RGB (Red+Green+Blue) = 187+108+74=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C4A is #4493B5. Grayscale: #7F7F7F. Windows color (decimal): -4494262 or 4877499. OLE color: 4877499.

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

Color convert

RGB18710874-
CMYK00.420.600.27
HSL18.05º45.38%51.18%-
HSV(B)18.05º60.43%73.33%-
XYZ27.0921.789.26-
YUV127.7497.67170.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=50.68%
G=29.27%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871087400.420.600.2718.0545.3851.18
HexBB6C4A02A3C1B122d33
Octal2731541120527433225563
Binary101110111101100100101001010101111001101110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C4A; }

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

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

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

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

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

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

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

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