Html Css Color HEX #BB7355 Red Damask

📋 copy color: '#BB7355'

red 187 ◦ green 115 ◦ blue 85

#BB7355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BB7355

Tints of Red Damask #BB7355

RGB

 RED value IS 187 (73.44% from 255) = 48.32%

 GREEN value IS 115 (45.31% from 255) = 29.72%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 48.32%
G = 29.72%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB7355 (or 0xBB7355) is known color: Red Damask. HEX triplet: BB, 73 and 55. RGB value is (187,115,85). Sum of RGB (Red+Green+Blue) = 187+115+85=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7355 is #448CAA. Grayscale: #858585. Windows color (decimal): -4492459 or 5600187. OLE color: 5600187.

HSL color Cylindrical-coordinate representation of color #BB7355: hue angle of 17.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB7355 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 85 -
CMYK 0 0.39 0.55 0.27
HSL 17.65º 0.43% 0.53% -
HSV(B) 17.65º 0.55% 0.73% -
XYZ 28.26 23.48 11.64 -
YUV 133.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 187 115 85 0 0.39 0.55 0.27 17.65 0.43 0.53
Hex BB 73 55 0 27 37 1B 12 2B 35
Octal 273 163 125 0 47 67 33 22 53 65
Binary 10111011 1110011 1010101 0 100111 110111 11011 10010 101011 110101

Color Harmonies of #BB7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7355

Black with #BB7355

Text Example


Text Example

White with #BB7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7355; }

 p { color: rgb(187,115,85); }

 H1.HeaderClassName
 {
   color: #BB7355;
 }
 .AnyTagClassName
 {
   color: #BB7355;
 }
</style>

background-color css

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

 a { background-color: rgb(187,115,85); }

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

border-color css

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

 span { border-color: rgb(187,115,85); }

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