Html Css Color HEX #BB6973 Turkish Rose

📋 copy color: '#BB6973'

red 187 ◦ green 105 ◦ blue 115

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

Shades of Turkish Rose #BB6973

Tints of Turkish Rose #BB6973

RGB

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

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

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

R = 45.95%
G = 25.8%
B = 28.26%

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

#BB6973 (or 0xBB6973) is known color: Turkish Rose. HEX triplet: BB, 69 and 73. RGB value is (187,105,115). Sum of RGB (Red+Green+Blue) = 187+105+115=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6973 is #44968C. Grayscale: #828282. Windows color (decimal): -4494989 or 7563707. OLE color: 7563707.

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

Color convert

RGB 187 105 115 -
CMYK 0 0.44 0.39 0.27
HSL 352.68º 0.38% 0.57% -
HSV(B) 352.68º 0.44% 0.73% -
XYZ 28.64 21.91 18.94 -
YUV 130.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 187 105 115 0 0.44 0.39 0.27 352.68 0.38 0.57
Hex BB 69 73 0 2C 27 1B 161 26 39
Octal 273 151 163 0 54 47 33 541 46 71
Binary 10111011 1101001 1110011 0 101100 100111 11011 101100001 100110 111001

Color Harmonies of #BB6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6973

Black with #BB6973

Text Example


Text Example

White with #BB6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6973; }

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

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

background-color css

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

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

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

border-color css

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

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

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