Html Css Color HEX #BB7055 Red Damask

📋 copy color: '#BB7055'

red 187 ◦ green 112 ◦ blue 85

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

Shades of Red Damask #BB7055

Tints of Red Damask #BB7055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

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

R = 48.7%
G = 29.17%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB7055 (or 0xBB7055) is known color: Red Damask. HEX triplet: BB, 70 and 55. RGB value is (187,112,85). Sum of RGB (Red+Green+Blue) = 187+112+85=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7055 is #448FAA. Grayscale: #838383. Windows color (decimal): -4493227 or 5599419. OLE color: 5599419.

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

Color convert

RGB 187 112 85 -
CMYK 0 0.40 0.55 0.27
HSL 15.88º 0.43% 0.53% -
HSV(B) 15.88º 0.55% 0.73% -
XYZ 27.93 22.81 11.52 -
YUV 131.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 187 112 85 0 0.40 0.55 0.27 15.88 0.43 0.53
Hex BB 70 55 0 28 37 1B 10 2B 35
Octal 273 160 125 0 50 67 33 20 53 65
Binary 10111011 1110000 1010101 0 101000 110111 11011 10000 101011 110101

Color Harmonies of #BB7055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7055

Black with #BB7055

Text Example


Text Example

White with #BB7055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7055; }

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

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

background-color css

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

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

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

border-color css

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

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

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