Html Css Color HEX #B87073 Turkish Rose

📋 copy color: '#B87073'

red 184 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #B87073

Tints of Turkish Rose #B87073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 44.77%
G = 27.25%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B87073 (or 0xB87073) is known color: Turkish Rose. HEX triplet: B8, 70 and 73. RGB value is (184,112,115). Sum of RGB (Red+Green+Blue) = 184+112+115=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87073 is #478F8C. Grayscale: #858585. Windows color (decimal): -4689805 or 7565496. OLE color: 7565496.

HSL color Cylindrical-coordinate representation of color #B87073: hue angle of 357.5º 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 #B87073 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 115 -
CMYK 0 0.39 0.38 0.28
HSL 357.5º 0.34% 0.58% -
HSV(B) 357.5º 0.39% 0.72% -
XYZ 28.66 23.02 19.15 -
YUV 133.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 184 112 115 0 0.39 0.38 0.28 357.5 0.34 0.58
Hex B8 70 73 0 27 26 1C 166 22 3A
Octal 270 160 163 0 47 46 34 546 42 72
Binary 10111000 1110000 1110011 0 100111 100110 11100 101100110 100010 111010

Color Harmonies of #B87073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87073

Black with #B87073

Text Example


Text Example

White with #B87073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87073; }

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

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

background-color css

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

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

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

border-color css

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

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

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