Html Css Color HEX #BB6D50 Red Damask

📋 copy color: '#BB6D50'

red 187 ◦ green 109 ◦ blue 80

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

Shades of Red Damask #BB6D50

Tints of Red Damask #BB6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 49.73%
G = 28.99%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6D50 (or 0xBB6D50) is known color: Red Damask. HEX triplet: BB, 6D and 50. RGB value is (187,109,80). Sum of RGB (Red+Green+Blue) = 187+109+80=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D50 is #4492AF. Grayscale: #818181. Windows color (decimal): -4494000 or 5270971. OLE color: 5270971.

HSL color Cylindrical-coordinate representation of color #BB6D50: hue angle of 16.26º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB6D50 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 109 80 -
CMYK 0 0.42 0.57 0.27
HSL 16.26º 0.44% 0.52% -
HSV(B) 16.26º 0.57% 0.73% -
XYZ 27.41 22.08 10.41 -
YUV 129.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 187 109 80 0 0.42 0.57 0.27 16.26 0.44 0.52
Hex BB 6D 50 0 2A 39 1B 10 2C 34
Octal 273 155 120 0 52 71 33 20 54 64
Binary 10111011 1101101 1010000 0 101010 111001 11011 10000 101100 110100

Color Harmonies of #BB6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D50

Black with #BB6D50

Text Example


Text Example

White with #BB6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D50; }

 p { color: rgb(187,109,80); }

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

background-color css

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

 a { background-color: rgb(187,109,80); }

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

border-color css

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

 span { border-color: rgb(187,109,80); }

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