Html Css Color HEX #BB7378 Turkish Rose

📋 copy color: '#BB7378'

red 187 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #BB7378

Tints of Turkish Rose #BB7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.25%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 44.31%
G = 27.25%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB7378 (or 0xBB7378) is known color: Turkish Rose. HEX triplet: BB, 73 and 78. RGB value is (187,115,120). Sum of RGB (Red+Green+Blue) = 187+115+120=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7378 is #448C87. Grayscale: #898989. Windows color (decimal): -4492424 or 7893947. OLE color: 7893947.

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

Color convert

RGB 187 115 120 -
CMYK 0 0.39 0.36 0.27
HSL 355.83º 0.35% 0.59% -
HSV(B) 355.83º 0.39% 0.73% -
XYZ 30.01 24.18 20.86 -
YUV 137.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 187 115 120 0 0.39 0.36 0.27 355.83 0.35 0.59
Hex BB 73 78 0 27 24 1B 164 23 3B
Octal 273 163 170 0 47 44 33 544 43 73
Binary 10111011 1110011 1111000 0 100111 100100 11011 101100100 100011 111011

Color Harmonies of #BB7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7378

Black with #BB7378

Text Example


Text Example

White with #BB7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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