Html Css Color HEX #B0656F Turkish Rose

📋 copy color: '#B0656F'

red 176 ◦ green 101 ◦ blue 111

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

Shades of Turkish Rose #B0656F

Tints of Turkish Rose #B0656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 45.36%
G = 26.03%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0656F (or 0xB0656F) is known color: Turkish Rose. HEX triplet: B0, 65 and 6F. RGB value is (176,101,111). Sum of RGB (Red+Green+Blue) = 176+101+111=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656F is #4F9A90. Grayscale: #7C7C7C. Windows color (decimal): -5216913 or 7300528. OLE color: 7300528.

HSL color Cylindrical-coordinate representation of color #B0656F: hue angle of 352º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0656F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 111 -
CMYK 0 0.43 0.37 0.31
HSL 352º 0.32% 0.54% -
HSV(B) 352º 0.43% 0.69% -
XYZ 25.43 19.69 17.5 -
YUV 124.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 176 101 111 0 0.43 0.37 0.31 352 0.32 0.54
Hex B0 65 6F 0 2B 25 1F 160 20 36
Octal 260 145 157 0 53 45 37 540 40 66
Binary 10110000 1100101 1101111 0 101011 100101 11111 101100000 100000 110110

Color Harmonies of #B0656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0656F

Black with #B0656F

Text Example


Text Example

White with #B0656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0656F; }

 p { color: rgb(176,101,111); }

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

background-color css

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

 a { background-color: rgb(176,101,111); }

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

border-color css

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

 span { border-color: rgb(176,101,111); }

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