Html Css Color HEX #B0686B Turkish Rose

📋 copy color: '#B0686B'

red 176 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #B0686B

Tints of Turkish Rose #B0686B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 45.48%
G = 26.87%
B = 27.65%

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

#B0686B (or 0xB0686B) is known color: Turkish Rose. HEX triplet: B0, 68 and 6B. RGB value is (176,104,107). Sum of RGB (Red+Green+Blue) = 176+104+107=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0686B is #4F9794. Grayscale: #7D7D7D. Windows color (decimal): -5216149 or 7039152. OLE color: 7039152.

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

Color convert

RGB 176 104 107 -
CMYK 0 0.41 0.39 0.31
HSL 357.5º 0.31% 0.55% -
HSV(B) 357.5º 0.41% 0.69% -
XYZ 25.51 20.19 16.46 -
YUV 125.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 176 104 107 0 0.41 0.39 0.31 357.5 0.31 0.55
Hex B0 68 6B 0 29 27 1F 166 1F 37
Octal 260 150 153 0 51 47 37 546 37 67
Binary 10110000 1101000 1101011 0 101001 100111 11111 101100110 11111 110111

Color Harmonies of #B0686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0686B

Black with #B0686B

Text Example


Text Example

White with #B0686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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