Html Css Color HEX #BB6972 Turkish Rose

📋 copy color: '#BB6972'

red 187 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #BB6972

Tints of Turkish Rose #BB6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.86%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 46.06%
G = 25.86%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6972 (or 0xBB6972) is known color: Turkish Rose. HEX triplet: BB, 69 and 72. RGB value is (187,105,114). Sum of RGB (Red+Green+Blue) = 187+105+114=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6972 is #44968D. Grayscale: #828282. Windows color (decimal): -4494990 or 7498171. OLE color: 7498171.

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

Color convert

RGB 187 105 114 -
CMYK 0 0.44 0.39 0.27
HSL 353.41º 0.38% 0.57% -
HSV(B) 353.41º 0.44% 0.73% -
XYZ 28.58 21.88 18.64 -
YUV 130.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 187 105 114 0 0.44 0.39 0.27 353.41 0.38 0.57
Hex BB 69 72 0 2C 27 1B 161 26 39
Octal 273 151 162 0 54 47 33 541 46 71
Binary 10111011 1101001 1110010 0 101100 100111 11011 101100001 100110 111001

Color Harmonies of #BB6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6972

Black with #BB6972

Text Example


Text Example

White with #BB6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6972; }

 p { color: rgb(187,105,114); }

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

background-color css

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

 a { background-color: rgb(187,105,114); }

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

border-color css

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

 span { border-color: rgb(187,105,114); }

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