Html Css Color HEX #B0686C Turkish Rose

📋 copy color: '#B0686C'

red 176 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #B0686C

Tints of Turkish Rose #B0686C

RGB

 RED value IS 176 (69.14% from 255) = 45.36%

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 45.36%
G = 26.8%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0686C (or 0xB0686C) is known color: Turkish Rose. HEX triplet: B0, 68 and 6C. RGB value is (176,104,108). Sum of RGB (Red+Green+Blue) = 176+104+108=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0686C is #4F9793. Grayscale: #7E7E7E. Windows color (decimal): -5216148 or 7104688. OLE color: 7104688.

HSL color Cylindrical-coordinate representation of color #B0686C: hue angle of 356.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0686C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 104 108 -
CMYK 0 0.41 0.39 0.31
HSL 356.67º 0.31% 0.55% -
HSV(B) 356.67º 0.41% 0.69% -
XYZ 25.56 20.21 16.74 -
YUV 125.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 176 104 108 0 0.41 0.39 0.31 356.67 0.31 0.55
Hex B0 68 6C 0 29 27 1F 165 1F 37
Octal 260 150 154 0 51 47 37 545 37 67
Binary 10110000 1101000 1101100 0 101001 100111 11111 101100101 11111 110111

Color Harmonies of #B0686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0686C

Black with #B0686C

Text Example


Text Example

White with #B0686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0686C; }

 p { color: rgb(176,104,108); }

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

background-color css

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

 a { background-color: rgb(176,104,108); }

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

border-color css

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

 span { border-color: rgb(176,104,108); }

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