Html Css Color HEX #BB6D73 Turkish Rose

📋 copy color: '#BB6D73'

red 187 ◦ green 109 ◦ blue 115

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

Shades of Turkish Rose #BB6D73

Tints of Turkish Rose #BB6D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 45.5%
G = 26.52%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6D73 (or 0xBB6D73) is known color: Turkish Rose. HEX triplet: BB, 6D and 73. RGB value is (187,109,115). Sum of RGB (Red+Green+Blue) = 187+109+115=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D73 is #44928C. Grayscale: #858585. Windows color (decimal): -4493965 or 7564731. OLE color: 7564731.

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

Color convert

RGB 187 109 115 -
CMYK 0 0.42 0.39 0.27
HSL 355.38º 0.36% 0.58% -
HSV(B) 355.38º 0.42% 0.73% -
XYZ 29.06 22.74 19.08 -
YUV 133.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 187 109 115 0 0.42 0.39 0.27 355.38 0.36 0.58
Hex BB 6D 73 0 2A 27 1B 163 24 3A
Octal 273 155 163 0 52 47 33 543 44 72
Binary 10111011 1101101 1110011 0 101010 100111 11011 101100011 100100 111010

Color Harmonies of #BB6D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D73

Black with #BB6D73

Text Example


Text Example

White with #BB6D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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