Html Css Color HEX #BB7475 Turkish Rose

📋 copy color: '#BB7475'

red 187 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #BB7475

Tints of Turkish Rose #BB7475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 44.52%
G = 27.62%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7475 (or 0xBB7475) is known color: Turkish Rose. HEX triplet: BB, 74 and 75. RGB value is (187,116,117). Sum of RGB (Red+Green+Blue) = 187+116+117=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7475 is #448B8A. Grayscale: #898989. Windows color (decimal): -4492171 or 7697595. OLE color: 7697595.

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

Color convert

RGB 187 116 117 -
CMYK 0 0.38 0.37 0.27
HSL 359.15º 0.34% 0.59% -
HSV(B) 359.15º 0.38% 0.73% -
XYZ 29.95 24.34 19.95 -
YUV 137.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 187 116 117 0 0.38 0.37 0.27 359.15 0.34 0.59
Hex BB 74 75 0 26 25 1B 167 22 3B
Octal 273 164 165 0 46 45 33 547 42 73
Binary 10111011 1110100 1110101 0 100110 100101 11011 101100111 100010 111011

Color Harmonies of #BB7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7475

Black with #BB7475

Text Example


Text Example

White with #BB7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7475; }

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

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

background-color css

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

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

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

border-color css

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

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

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