Html Css Color HEX #BB7577 Turkish Rose

📋 copy color: '#BB7577'

red 187 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #BB7577

Tints of Turkish Rose #BB7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 44.21%
G = 27.66%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB7577 (or 0xBB7577) is known color: Turkish Rose. HEX triplet: BB, 75 and 77. RGB value is (187,117,119). Sum of RGB (Red+Green+Blue) = 187+117+119=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7577 is #448A88. Grayscale: #8A8A8A. Windows color (decimal): -4491913 or 7828923. OLE color: 7828923.

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

Color convert

RGB 187 117 119 -
CMYK 0 0.37 0.36 0.27
HSL 358.29º 0.34% 0.6% -
HSV(B) 358.29º 0.37% 0.73% -
XYZ 30.18 24.62 20.61 -
YUV 138.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 187 117 119 0 0.37 0.36 0.27 358.29 0.34 0.6
Hex BB 75 77 0 25 24 1B 166 22 3C
Octal 273 165 167 0 45 44 33 546 42 74
Binary 10111011 1110101 1110111 0 100101 100100 11011 101100110 100010 111100

Color Harmonies of #BB7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7577

Black with #BB7577

Text Example


Text Example

White with #BB7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7577; }

 p { color: rgb(187,117,119); }

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

background-color css

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

 a { background-color: rgb(187,117,119); }

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

border-color css

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

 span { border-color: rgb(187,117,119); }

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