Html Css Color HEX #B87C7E Turkish Rose

📋 copy color: '#B87C7E'

red 184 ◦ green 124 ◦ blue 126

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

Shades of Turkish Rose #B87C7E

Tints of Turkish Rose #B87C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.57%

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 42.4%
G = 28.57%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B87C7E (or 0xB87C7E) is known color: Turkish Rose. HEX triplet: B8, 7C and 7E. RGB value is (184,124,126). Sum of RGB (Red+Green+Blue) = 184+124+126=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C7E is #478381. Grayscale: #8E8E8E. Windows color (decimal): -4686722 or 8289464. OLE color: 8289464.

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

Color convert

RGB 184 124 126 -
CMYK 0 0.33 0.32 0.28
HSL 358º 0.3% 0.6% -
HSV(B) 358º 0.33% 0.72% -
XYZ 30.74 26.11 23.16 -
YUV 142.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 184 124 126 0 0.33 0.32 0.28 358 0.3 0.6
Hex B8 7C 7E 0 21 20 1C 166 1E 3C
Octal 270 174 176 0 41 40 34 546 36 74
Binary 10111000 1111100 1111110 0 100001 100000 11100 101100110 11110 111100

Color Harmonies of #B87C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C7E

Black with #B87C7E

Text Example


Text Example

White with #B87C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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