Html Css Color HEX #BB7955 Red Damask

📋 copy color: '#BB7955'

red 187 ◦ green 121 ◦ blue 85

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

Shades of Red Damask #BB7955

Tints of Red Damask #BB7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 47.58%
G = 30.79%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB7955 (or 0xBB7955) is known color: Red Damask. HEX triplet: BB, 79 and 55. RGB value is (187,121,85). Sum of RGB (Red+Green+Blue) = 187+121+85=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7955 is #4486AA. Grayscale: #888888. Windows color (decimal): -4490923 or 5601723. OLE color: 5601723.

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

Color convert

RGB 187 121 85 -
CMYK 0 0.35 0.55 0.27
HSL 21.18º 0.43% 0.53% -
HSV(B) 21.18º 0.55% 0.73% -
XYZ 28.97 24.9 11.87 -
YUV 136.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 187 121 85 0 0.35 0.55 0.27 21.18 0.43 0.53
Hex BB 79 55 0 23 37 1B 15 2B 35
Octal 273 171 125 0 43 67 33 25 53 65
Binary 10111011 1111001 1010101 0 100011 110111 11011 10101 101011 110101

Color Harmonies of #BB7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7955

Black with #BB7955

Text Example


Text Example

White with #BB7955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7955; }

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

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

background-color css

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

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

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

border-color css

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

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

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