Html Css Color HEX #BB7053 Red Damask

📋 copy color: '#BB7053'

red 187 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #BB7053

Tints of Red Damask #BB7053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 48.95%
G = 29.32%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB7053 (or 0xBB7053) is known color: Red Damask. HEX triplet: BB, 70 and 53. RGB value is (187,112,83). Sum of RGB (Red+Green+Blue) = 187+112+83=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7053 is #448FAC. Grayscale: #838383. Windows color (decimal): -4493229 or 5468347. OLE color: 5468347.

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

Color convert

RGB 187 112 83 -
CMYK 0 0.40 0.56 0.27
HSL 16.73º 0.43% 0.53% -
HSV(B) 16.73º 0.56% 0.73% -
XYZ 27.85 22.78 11.11 -
YUV 131.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 187 112 83 0 0.40 0.56 0.27 16.73 0.43 0.53
Hex BB 70 53 0 28 38 1B 11 2B 35
Octal 273 160 123 0 50 70 33 21 53 65
Binary 10111011 1110000 1010011 0 101000 111000 11011 10001 101011 110101

Color Harmonies of #BB7053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7053

Black with #BB7053

Text Example


Text Example

White with #BB7053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7053; }

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

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

background-color css

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

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

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

border-color css

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

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

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