Html Css Color HEX #B0646E Turkish Rose

📋 copy color: '#B0646E'

red 176 ◦ green 100 ◦ blue 110

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

Shades of Turkish Rose #B0646E

Tints of Turkish Rose #B0646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 110 (43.36% from 255) = 28.5%

R = 45.6%
G = 25.91%
B = 28.5%

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

#B0646E (or 0xB0646E) is known color: Turkish Rose. HEX triplet: B0, 64 and 6E. RGB value is (176,100,110). Sum of RGB (Red+Green+Blue) = 176+100+110=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0646E is #4F9B91. Grayscale: #7B7B7B. Windows color (decimal): -5217170 or 7234736. OLE color: 7234736.

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

Color convert

RGB 176 100 110 -
CMYK 0 0.43 0.37 0.31
HSL 352.11º 0.32% 0.54% -
HSV(B) 352.11º 0.43% 0.69% -
XYZ 25.28 19.47 17.18 -
YUV 123.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 176 100 110 0 0.43 0.37 0.31 352.11 0.32 0.54
Hex B0 64 6E 0 2B 25 1F 160 20 36
Octal 260 144 156 0 53 45 37 540 40 66
Binary 10110000 1100100 1101110 0 101011 100101 11111 101100000 100000 110110

Color Harmonies of #B0646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0646E

Black with #B0646E

Text Example


Text Example

White with #B0646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0646E; }

 p { color: rgb(176,100,110); }

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

background-color css

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

 a { background-color: rgb(176,100,110); }

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

border-color css

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

 span { border-color: rgb(176,100,110); }

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