Html Css Color HEX #BB6E73 Turkish Rose

📋 copy color: '#BB6E73'

red 187 ◦ green 110 ◦ blue 115

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

Shades of Turkish Rose #BB6E73

Tints of Turkish Rose #BB6E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

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

R = 45.39%
G = 26.7%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6E73 (or 0xBB6E73) is known color: Turkish Rose. HEX triplet: BB, 6E and 73. RGB value is (187,110,115). Sum of RGB (Red+Green+Blue) = 187+110+115=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E73 is #44918C. Grayscale: #858585. Windows color (decimal): -4493709 or 7564987. OLE color: 7564987.

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

Color convert

RGB 187 110 115 -
CMYK 0 0.41 0.39 0.27
HSL 356.1º 0.36% 0.58% -
HSV(B) 356.1º 0.41% 0.73% -
XYZ 29.16 22.95 19.11 -
YUV 133.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 187 110 115 0 0.41 0.39 0.27 356.1 0.36 0.58
Hex BB 6E 73 0 29 27 1B 164 24 3A
Octal 273 156 163 0 51 47 33 544 44 72
Binary 10111011 1101110 1110011 0 101001 100111 11011 101100100 100100 111010

Color Harmonies of #BB6E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E73

Black with #BB6E73

Text Example


Text Example

White with #BB6E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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