Html Css Color HEX #BB6D4A Red Damask

📋 copy color: '#BB6D4A'

red 187 ◦ green 109 ◦ blue 74

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

Shades of Red Damask #BB6D4A

Tints of Red Damask #BB6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 50.54%
G = 29.46%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB6D4A (or 0xBB6D4A) is known color: Red Damask. HEX triplet: BB, 6D and 4A. RGB value is (187,109,74). Sum of RGB (Red+Green+Blue) = 187+109+74=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D4A is #4492B5. Grayscale: #808080. Windows color (decimal): -4494006 or 4877755. OLE color: 4877755.

HSL color Cylindrical-coordinate representation of color #BB6D4A: hue angle of 18.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB6D4A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 109 74 -
CMYK 0 0.42 0.60 0.27
HSL 18.58º 0.45% 0.51% -
HSV(B) 18.58º 0.6% 0.73% -
XYZ 27.2 22 9.29 -
YUV 128.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 187 109 74 0 0.42 0.60 0.27 18.58 0.45 0.51
Hex BB 6D 4A 0 2A 3C 1B 13 2D 33
Octal 273 155 112 0 52 74 33 23 55 63
Binary 10111011 1101101 1001010 0 101010 111100 11011 10011 101101 110011

Color Harmonies of #BB6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D4A

Black with #BB6D4A

Text Example


Text Example

White with #BB6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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