Html Css Color HEX #B8787C Turkish Rose

📋 copy color: '#B8787C'

red 184 ◦ green 120 ◦ blue 124

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

Shades of Turkish Rose #B8787C

Tints of Turkish Rose #B8787C

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

 GREEN value IS 120 (47.27% from 255) = 28.04%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 42.99%
G = 28.04%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8787C (or 0xB8787C) is known color: Turkish Rose. HEX triplet: B8, 78 and 7C. RGB value is (184,120,124). Sum of RGB (Red+Green+Blue) = 184+120+124=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787C is #478783. Grayscale: #8B8B8B. Windows color (decimal): -4687748 or 8157368. OLE color: 8157368.

HSL color Cylindrical-coordinate representation of color #B8787C: hue angle of 356.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787C is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 124 -
CMYK 0 0.35 0.33 0.28
HSL 356.25º 0.31% 0.6% -
HSV(B) 356.25º 0.35% 0.72% -
XYZ 30.12 25.08 22.32 -
YUV 139.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 184 120 124 0 0.35 0.33 0.28 356.25 0.31 0.6
Hex B8 78 7C 0 23 21 1C 164 1F 3C
Octal 270 170 174 0 43 41 34 544 37 74
Binary 10111000 1111000 1111100 0 100011 100001 11100 101100100 11111 111100

Color Harmonies of #B8787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8787C

Black with #B8787C

Text Example


Text Example

White with #B8787C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8787C; }

 p { color: rgb(184,120,124); }

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

background-color css

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

 a { background-color: rgb(184,120,124); }

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

border-color css

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

 span { border-color: rgb(184,120,124); }

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