Html Css Color HEX #B87278 Turkish Rose

📋 copy color: '#B87278'

red 184 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #B87278

Tints of Turkish Rose #B87278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 44.02%
G = 27.27%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B87278 (or 0xB87278) is known color: Turkish Rose. HEX triplet: B8, 72 and 78. RGB value is (184,114,120). Sum of RGB (Red+Green+Blue) = 184+114+120=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87278 is #478D87. Grayscale: #878787. Windows color (decimal): -4689288 or 7893688. OLE color: 7893688.

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

Color convert

RGB 184 114 120 -
CMYK 0 0.38 0.35 0.28
HSL 354.86º 0.33% 0.58% -
HSV(B) 354.86º 0.38% 0.72% -
XYZ 29.17 23.58 20.78 -
YUV 135.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 184 114 120 0 0.38 0.35 0.28 354.86 0.33 0.58
Hex B8 72 78 0 26 23 1C 163 21 3A
Octal 270 162 170 0 46 43 34 543 41 72
Binary 10111000 1110010 1111000 0 100110 100011 11100 101100011 100001 111010

Color Harmonies of #B87278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87278

Black with #B87278

Text Example


Text Example

White with #B87278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87278; }

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

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

background-color css

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

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

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

border-color css

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

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

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