Html Css Color HEX #BB7255 Red Damask

📋 copy color: '#BB7255'

red 187 ◦ green 114 ◦ blue 85

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

Shades of Red Damask #BB7255

Tints of Red Damask #BB7255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 48.45%
G = 29.53%
B = 22.02%

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

#BB7255 (or 0xBB7255) is known color: Red Damask. HEX triplet: BB, 72 and 55. RGB value is (187,114,85). Sum of RGB (Red+Green+Blue) = 187+114+85=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7255 is #448DAA. Grayscale: #848484. Windows color (decimal): -4492715 or 5599931. OLE color: 5599931.

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

Color convert

RGB 187 114 85 -
CMYK 0 0.39 0.55 0.27
HSL 17.06º 0.43% 0.53% -
HSV(B) 17.06º 0.55% 0.73% -
XYZ 28.15 23.26 11.6 -
YUV 132.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 187 114 85 0 0.39 0.55 0.27 17.06 0.43 0.53
Hex BB 72 55 0 27 37 1B 11 2B 35
Octal 273 162 125 0 47 67 33 21 53 65
Binary 10111011 1110010 1010101 0 100111 110111 11011 10001 101011 110101

Color Harmonies of #BB7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7255

Black with #BB7255

Text Example


Text Example

White with #BB7255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7255; }

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

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

background-color css

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

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

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

border-color css

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

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

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