Html Css Color HEX #B0656D Turkish Rose

📋 copy color: '#B0656D'

red 176 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #B0656D

Tints of Turkish Rose #B0656D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 45.6%
G = 26.17%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0656D (or 0xB0656D) is known color: Turkish Rose. HEX triplet: B0, 65 and 6D. RGB value is (176,101,109). Sum of RGB (Red+Green+Blue) = 176+101+109=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656D is #4F9A92. Grayscale: #7C7C7C. Windows color (decimal): -5216915 or 7169456. OLE color: 7169456.

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

Color convert

RGB 176 101 109 -
CMYK 0 0.43 0.38 0.31
HSL 353.6º 0.32% 0.54% -
HSV(B) 353.6º 0.43% 0.69% -
XYZ 25.32 19.64 16.92 -
YUV 124.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 176 101 109 0 0.43 0.38 0.31 353.6 0.32 0.54
Hex B0 65 6D 0 2B 26 1F 162 20 36
Octal 260 145 155 0 53 46 37 542 40 66
Binary 10110000 1100101 1101101 0 101011 100110 11111 101100010 100000 110110

Color Harmonies of #B0656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0656D

Black with #B0656D

Text Example


Text Example

White with #B0656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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