Html Css Color HEX #B87075 Turkish Rose

📋 copy color: '#B87075'

red 184 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #B87075

Tints of Turkish Rose #B87075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 44.55%
G = 27.12%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B87075 (or 0xB87075) is known color: Turkish Rose. HEX triplet: B8, 70 and 75. RGB value is (184,112,117). Sum of RGB (Red+Green+Blue) = 184+112+117=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B87075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87075 is #478F8A. Grayscale: #868686. Windows color (decimal): -4689803 or 7696568. OLE color: 7696568.

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

Color convert

RGB 184 112 117 -
CMYK 0 0.39 0.36 0.28
HSL 355.83º 0.34% 0.58% -
HSV(B) 355.83º 0.39% 0.72% -
XYZ 28.77 23.06 19.76 -
YUV 134.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 184 112 117 0 0.39 0.36 0.28 355.83 0.34 0.58
Hex B8 70 75 0 27 24 1C 164 22 3A
Octal 270 160 165 0 47 44 34 544 42 72
Binary 10111000 1110000 1110101 0 100111 100100 11100 101100100 100010 111010

Color Harmonies of #B87075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87075

Black with #B87075

Text Example


Text Example

White with #B87075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87075; }

 p { color: rgb(184,112,117); }

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

background-color css

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

 a { background-color: rgb(184,112,117); }

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

border-color css

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

 span { border-color: rgb(184,112,117); }

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