Html Css Color HEX #BB6E74 Turkish Rose

📋 copy color: '#BB6E74'

red 187 ◦ green 110 ◦ blue 116

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

Shades of Turkish Rose #BB6E74

Tints of Turkish Rose #BB6E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 45.28%
G = 26.63%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB6E74 (or 0xBB6E74) is known color: Turkish Rose. HEX triplet: BB, 6E and 74. RGB value is (187,110,116). Sum of RGB (Red+Green+Blue) = 187+110+116=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E74 is #44918B. Grayscale: #858585. Windows color (decimal): -4493708 or 7630523. OLE color: 7630523.

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

Color convert

RGB 187 110 116 -
CMYK 0 0.41 0.38 0.27
HSL 355.32º 0.36% 0.58% -
HSV(B) 355.32º 0.41% 0.73% -
XYZ 29.22 22.98 19.42 -
YUV 133.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 187 110 116 0 0.41 0.38 0.27 355.32 0.36 0.58
Hex BB 6E 74 0 29 26 1B 163 24 3A
Octal 273 156 164 0 51 46 33 543 44 72
Binary 10111011 1101110 1110100 0 101001 100110 11011 101100011 100100 111010

Color Harmonies of #BB6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E74

Black with #BB6E74

Text Example


Text Example

White with #BB6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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