Html Css Color HEX #BB6D4B Red Damask

📋 copy color: '#BB6D4B'

red 187 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #BB6D4B

Tints of Red Damask #BB6D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 50.4%
G = 29.38%
B = 20.22%

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

#BB6D4B (or 0xBB6D4B) is known color: Red Damask. HEX triplet: BB, 6D and 4B. RGB value is (187,109,75). Sum of RGB (Red+Green+Blue) = 187+109+75=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D4B is #4492B4. Grayscale: #808080. Windows color (decimal): -4494005 or 4943291. OLE color: 4943291.

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

Color convert

RGB 187 109 75 -
CMYK 0 0.42 0.60 0.27
HSL 18.21º 0.45% 0.51% -
HSV(B) 18.21º 0.6% 0.73% -
XYZ 27.23 22.01 9.47 -
YUV 128.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 187 109 75 0 0.42 0.60 0.27 18.21 0.45 0.51
Hex BB 6D 4B 0 2A 3C 1B 12 2D 33
Octal 273 155 113 0 52 74 33 22 55 63
Binary 10111011 1101101 1001011 0 101010 111100 11011 10010 101101 110011

Color Harmonies of #BB6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D4B

Black with #BB6D4B

Text Example


Text Example

White with #BB6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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