Html Css Color HEX #B86768 Turkish Rose

📋 copy color: '#B86768'

red 184 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #B86768

Tints of Turkish Rose #B86768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 47.06%
G = 26.34%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B86768 (or 0xB86768) is known color: Turkish Rose. HEX triplet: B8, 67 and 68. RGB value is (184,103,104). Sum of RGB (Red+Green+Blue) = 184+103+104=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 184 - color contains mainly: red. Hex color #B86768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86768 is #479897. Grayscale: #7F7F7F. Windows color (decimal): -4692120 or 6842296. OLE color: 6842296.

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

Color convert

RGB 184 103 104 -
CMYK 0 0.44 0.43 0.28
HSL 359.26º 0.36% 0.56% -
HSV(B) 359.26º 0.44% 0.72% -
XYZ 27.12 20.89 15.7 -
YUV 127.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 184 103 104 0 0.44 0.43 0.28 359.26 0.36 0.56
Hex B8 67 68 0 2C 2B 1C 167 24 38
Octal 270 147 150 0 54 53 34 547 44 70
Binary 10111000 1100111 1101000 0 101100 101011 11100 101100111 100100 111000

Color Harmonies of #B86768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86768

Black with #B86768

Text Example


Text Example

White with #B86768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86768; }

 p { color: rgb(184,103,104); }

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

background-color css

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

 a { background-color: rgb(184,103,104); }

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

border-color css

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

 span { border-color: rgb(184,103,104); }

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