Html Css Color HEX #BB7752 Red Damask

📋 copy color: '#BB7752'

red 187 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #BB7752

Tints of Red Damask #BB7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 82 (32.42% from 255) = 21.13%

R = 48.2%
G = 30.67%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB7752 (or 0xBB7752) is known color: Red Damask. HEX triplet: BB, 77 and 52. RGB value is (187,119,82). Sum of RGB (Red+Green+Blue) = 187+119+82=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7752 is #4488AD. Grayscale: #878787. Windows color (decimal): -4491438 or 5404603. OLE color: 5404603.

HSL color Cylindrical-coordinate representation of color #BB7752: hue angle of 21.14º degrees, saturation: 0.44, 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 #BB7752 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 82 -
CMYK 0 0.36 0.56 0.27
HSL 21.14º 0.44% 0.53% -
HSV(B) 21.14º 0.56% 0.73% -
XYZ 28.61 24.37 11.18 -
YUV 135.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 187 119 82 0 0.36 0.56 0.27 21.14 0.44 0.53
Hex BB 77 52 0 24 38 1B 15 2C 35
Octal 273 167 122 0 44 70 33 25 54 65
Binary 10111011 1110111 1010010 0 100100 111000 11011 10101 101100 110101

Color Harmonies of #BB7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7752

Black with #BB7752

Text Example


Text Example

White with #BB7752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7752; }

 p { color: rgb(187,119,82); }

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

background-color css

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

 a { background-color: rgb(187,119,82); }

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

border-color css

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

 span { border-color: rgb(187,119,82); }

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