Html Css Color HEX #BB7679 Turkish Rose

📋 copy color: '#BB7679'

red 187 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #BB7679

Tints of Turkish Rose #BB7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

 BLUE value IS 121 (47.66% from 255) = 28.4%

R = 43.9%
G = 27.7%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB7679 (or 0xBB7679) is known color: Turkish Rose. HEX triplet: BB, 76 and 79. RGB value is (187,118,121). Sum of RGB (Red+Green+Blue) = 187+118+121=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7679 is #448986. Grayscale: #8B8B8B. Windows color (decimal): -4491655 or 7960251. OLE color: 7960251.

HSL color Cylindrical-coordinate representation of color #BB7679: hue angle of 357.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7679 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 121 -
CMYK 0 0.37 0.35 0.27
HSL 357.39º 0.34% 0.6% -
HSV(B) 357.39º 0.37% 0.73% -
XYZ 30.42 24.9 21.29 -
YUV 138.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 187 118 121 0 0.37 0.35 0.27 357.39 0.34 0.6
Hex BB 76 79 0 25 23 1B 165 22 3C
Octal 273 166 171 0 45 43 33 545 42 74
Binary 10111011 1110110 1111001 0 100101 100011 11011 101100101 100010 111100

Color Harmonies of #BB7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7679

Black with #BB7679

Text Example


Text Example

White with #BB7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7679; }

 p { color: rgb(187,118,121); }

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

background-color css

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

 a { background-color: rgb(187,118,121); }

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

border-color css

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

 span { border-color: rgb(187,118,121); }

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